a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active {color: #000000;text-decoration: none;}
a:hover {color: #CCCCCC; text-decoration: line-through;}

BODY { 
font-family: Arial;
font-size: 12pt;
background-color: #FFFFFF;
color: #000000;
text-align: justify;
scrollbar-face-color : #FFFFFF; 
scrollbar-highlight-color : #FFFFFF; 
scrollbar-3dlight-color : #FFFFFF; 
scrollbar-shadow-color : #FFFFFF; 
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-track-color : #FFFFFF; 
scrollbar-arrow-color : #FFFFFF; 
}

#content {
position: absolute;
top: 333px;
width: 500px;
height: 495px;
overflow: auto;
}

#header {
position: absolute;
top: 5px;
width: 500px;
height: 333px;
left: 30%;
}

#whole {
position: absolute;
top: 5px;
width: 500px;
height: 833px;
left: 30%;
border: 1px solid;
}