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

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

.h
{
color: #8c8c8c;
font: italic 16pt georgia, sans-serif;
text-transform: lowercase;
padding: 0 0 0 30px;
}

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

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

textarea, input
{
color: #bc817b;
font: 8pt/16px arial, sans-serif;
border: 1px solid #7396b5;
background: #fff;
}

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

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

#c
{
position:absolute;
left:70px;
top:225px;
width:315px;
padding: 0px 5px 0px 5px;
background: #fff;
text-align: justify;
}

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

#all
{
position:absolute;
left: 360px;
top: 245px;
}

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

#navigation li a
{
color: #7396b5;
font: italic 13pt georgia, sans-serif;
text-transform: lowercase;
font-weight: bold;
background: #fff;
text-decoration: none;
width: 86px;
display: block;
}

#navigation li a:hover
{
color: #bc817b;
font: italic 13pt georgia, sans-serif;
text-transform: lowercase;
font-weight: bold;
background: #fff;
text-decoration: none;
width: 86px;
display: block;
cursor: crosshair;
}