a:link, a:active, a:visited
{
color: #a2664e;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
}

a:hover
{
color: #fff;
text-decoration: none;
font-weight: bold;
cursor: crosshair;
}

.hs
{
border: 1px solid #000;
float: right;
}

.h
{
color: #000;
font: 16pt century gothic, sans-serif;
text-transform: uppercase;
padding: 0 0 0 5px;
letter-spacing: 2px;
}

.sub
{
color: #a2664e;
font: 10pt century gothic, sans-serif;
text-transform: uppercase;
padding: 0 0 0 5px;
letter-spacing: 3px;
}

b, bold
{
font-weight: bold;
color: #787877;
}

select
{
color: #a2664e;
font: 8pt/16px arial, sans-serif;
border: 1px solid #000;
background: #fff;
}

textarea, input
{
color: #a2664e;
font: 8pt/16px arial, sans-serif;
border: 1px solid #000;
background: none;
}

#img
{
position:absolute;
left:0px;
top:0px;
}

.up
{
position:absolute;
left:0px;
top:0px;
height:293px;
background: #fff url('images/tbg.jpg') repeat-x;
width:100%;
}

#c
{
position:absolute;
left:0px;
top:300px;
width:728px;
background: #fff url('images/wbg.jpg');
}

#write
{
position:relative;
left:10px;
top:23px;
width:650px;
text-align: justify;
background: none;
}

body
{
color: #292929;
font: 8pt/16px arial, sans-serif;
background: #fff url('images/bbg.jpg');
cursor: default;
text-align: justify;
}

.all
{
position:absolute;
left: 0px;
top: 294px;
z-index: 1;
}

#navigation
{
list-style: none;
margin: 0px; 
text-align: center;
}

#navigation li
{
float: left;
}

#navigation li a
{
color: #000;
font: 14pt arial narrow, sans-serif;
text-transform: uppercase;
font-weight: bold;
background: #fff;
text-decoration: none;
width: 100px;
display: block;
filter:alpha(opacity=55); 
opacity: 0.55;
}

#navigation li a:hover
{
color: #000;
font: 14pt arial narrow, sans-serif;
text-transform: uppercase;
font-weight: bold;
background: #fff;
text-decoration: none;
width: 100px;
display: block;
cursor: crosshair;
filter:alpha(opacity=100); 
opacity: 1;
border-bottom: 2px solid #a45b4e;
}