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

a:hover
{
color: #b3948d;
text-decoration: none;
cursor: crosshair;
}

.h
{
color: #37404c;
text-transform: lowercase;
font: 10pt/11px  georgia, sans-serif;
font-weight: bold;
font-style: italic;
}

select
{
color: #fff;
font: 7pt/12px arial, sans-serif;
letter-spacing: 1px;
background: #000a17;
border: 1px solid #37404c;
}

textarea, input
{
color: #fff;
font: 7pt/12px arial, sans-serif;
letter-spacing: 1px;
background: #000a17;
border: 1px solid #37404c;
padding: 1px;
}

#top
{
position:absolute;
top:3%;
left:12%;
}

#c
{
position:absolute;
top:235px;
left:13.6%;
width:605px;
}

body
{
color: #fff;
font: 7pt/12px arial, sans-serif;
letter-spacing: 1px;
background: url(bg.jpg);
cursor: default;
text-align: justify;
}

#all
{
position:absolute;
top:210px;
left:14%;
width:605px;
}

#navigation 
{
list-style: none;
margin: 0; 
padding: 0;
}

#navigation li 
{
float: left;
margin-right: 6px;
}

#navigation li a 
{
display: block;
background: #000a17;
width: 94px;
text-align: center;
color:  #b3948d;
font: 10pt courier new, sans-serif;
text-transform: lowercase;
text-decoration: none;
}

#navigation li a:hover 
{
background: #000a17;
color:  #fff;
text-decoration: none;
position:relative;
top:1px;
}