body
{
margin: 0px;
padding: 0px;
background-image: url(background.jpg);
background-color: #FFFFFF;
font-family: Georgia;
font-size: 8pt;
color: #FFFFFF; 
text-align: justify; 
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #8D4D4D; 
scrollbar-darkshadow-color: #8D4D4D;
scrollbar-base-color: #8D4D4D;
}

p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}

a:link, a:visited, a:active
{
color: #FFFFFF; 
text-style: bold; 
text-decoration: none;
}

a:hover
{
color: #FFFFFF; 
background-color: transparent; 
font-style: italic; 
font-weight: none; 
}

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

#content
{
position: absolute;
left:60px;
top: 420px;
width: 500px;
}

#navigation
{
position: absolute;
left: 580px;
top: 400px;
width: 120px;
}

h1
{ 
font-family: Georgia; 
color: #FFFFFF; 
font-size: 9pt; 
letter-spacing: 2px;  
font-weight: bold; 
font-style: italic; 
line-height: 11px; 
text-align: left; 
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 2px; 
}

textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #D1A1A1;
border-top : 1px dashed #8B1616;
border-bottom : 1px dashed #8B1616;
border-right : 1px dashed #8B1616;
border-left : 1px dashed #8B1616;
} 

