a:link, a:active, a:visited
{
color: #a9a8a8;
text-decoration: none;
cursor: crosshair;
font-weight: bold;
text-transform: lowercase;
margin: 0 1px 0 1px;
}

a:hover
{
color: #a4d1ff;
text-decoration: none;
cursor: crosshair;
position:relative;
top:1px;
font-weight: bold;
text-transform: lowercase;
}

.h
{
color: #8bc4fe;
font: 12pt georgia, sans-serif;
text-transform: capitalize;
padding: 0 0 0 5px;
font-weight: bold;
font-style: italic;
background: #fff;
}

select
{
color: #63b0ff;
font: 8pt/16px georgia, sans-serif;
border: 1px solid #a9a8a8;
background: #fff;
}

textarea, input
{
color: #63b0ff;
font: 8pt/16px georgia, sans-serif;
border: 1px solid #a9a8a8;
background: #fff;
padding: 1px;
}

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

#top
{
position:absolute;
left:15%;
top:0;
}

#c
{
position:absolute;
left:18%;
top:264px;
width:406px;
text-align: justify;
}

body
{
color: #707070;
font: 8pt/16px georgia, sans-serif;
background: #fff;
cursor: default;
text-align: justify;
}

#all
{
position:absolute;
left:16%;
top: 204px;
}

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

#navigation li
{
float: left;
}

#navigation li a
{
color: #a9a8a8;
font: italic 9pt georgia, sans-serif;
text-transform: capitalize;
background: #fff;
width: 60px;
font-weight: bold;
text-decoration: none;
display: block;
}

#navigation li a:hover
{
color: #7a7a7a;
font: italic 9pt georgia, sans-serif;
text-transform: capitalize;
background: #fff;
width: 60px;
font-weight: bold;
text-decoration: none;
display: block;
cursor: crosshair;
}