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

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

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

select
{
color: #2b7001;
font: 8pt/15px arial, sans-serif;
border: 1px dashed #bfd4b2;
background: #fff;
}

textarea, input
{
color: #2b7001;
font: 8pt/15px arial, sans-serif;
border: 1px dashed #bfd4b2;
background: #fff;
padding: 1px;
}

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

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

#c
{
position:absolute;
left:85px;
top:300px;
width:372px;
text-align: justify;
}

body
{
color: #000;
font: 8pt/15px arial, sans-serif;
background: #fff;
cursor: default;
text-align: justify;
}

#all
{
position:absolute;
left:48px;
top: 270px;
}

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

#navigation li
{
float: left;
}

#navigation li a
{
color: #fff;
font: 10pt arial, sans-serif;
text-transform: lowercase;
background: #bfd4b2;
width: 60px;
font-weight: bold;
text-decoration: none;
display: block;
}

#navigation li a:hover
{
color: #82ab6a;
font: 10pt arial, sans-serif;
text-transform: lowercase;
background: #bfd4b2;
width: 60px;
font-weight: bold;
text-decoration: none;
display: block;
cursor: crosshair;
}