body {

margin: 0px;

padding: 0px;
background-color: #FFFFFF;


background-image: url(background.jpg); 
background-repeat: repeat-y;
font-family: "Times New Roman";

font-size: 13px;
color: #87CAEB;
text-align: justify;

scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #665108; 
scrollbar-darkshadow-color: #665108;
 
scrollbar-base-color: #665108;
}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


a:link, a:visited, a:active
{

color: #FFFFFF;
text-decoration: none;
}


a:hover
{
color: #0E18D5;
text-decoration: none;
font-weight: bold;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 103px;

top: 240px;

width: 330px;

}


#navigation
{

position: absolute;

left: 110px;

top: 200px;

width: 330px;
text-align: center;
}
h1
{ 
font-family: "Times New Roman"; 
color: #87CAEB;
font-size: 18px;
text-transform: uppercase;
border-bottom: 1px dashed #87CAEB;
letter-spacing: 2px;  
line-height: 18px; 
text-align: left;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
h2 { 

font-family : Arial;

font-size : 9px;

color : #E1346A;

text-transform : uppercase;

border : #E1346A;

border-style : dotted;

border-left-width : 0;

border-right-width : 0;

border-top-width : 0;

border-bottom-width : 1px;

text-align : right;

padding-left : 3px;

letter-spacing : 2px;

}
textarea, input { 
font-family : "Arial";
font-size : 10px;
color : #000000;
background : #665108;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}