a:link {color: #89FB02; text-decoration: none;}
a:visited {color: #89FB02; text-decoration: none;}
a:active {color: #89FB02;text-decoration: none;}
a:hover {color: #006600; text-decoration: none;}

BODY { 
font-family: Georgia;
font-size: 12pt;
background-color: #4D6630;
color: #89FB02;
text-align: justify;
scrollbar-face-color: #4D6630; 
scrollbar-highlight-color: #4D6630; 
scrollbar-3dlight-color: #4D6630; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-darkshadow-color: #4D6630; 
scrollbar-track-color: #4D6630; 
scrollbar-arrow-color: #FFFFFF;
}

#site {
position: absolute;
left: 25%;
width: 450px;
}

#whole {
position: absolute;
width: 450px;
border: 2px solid;
border-color: white;
left: 30%;
}

#content {
background-image: url('background.png');
background-repeat: repeat-y;
position: absolute;
top: 115px;
width: 452px;
height: 350px;
margin-left: 1px;
border: 2px solid;
border-color: white;
left: 30%;
}

#header {
position: aboslute;
width: 450px;
left: 25%;
}