.scroll {
	overflow: auto;
	width: 800px;
	height: 400px;
}
		  
		  
		  
a:link	{		text-decoration:none;			color :#CCCCCC;			}
					
a:visited	{		text-decoration:none;			color :#FF0000;			}
					
a:hover 	{	text-decoration: none;			color :#FFFF00;			}




body {
	background-color:#FF9999;
}

body,td,th {
	font-family: verdana;
	font-size: 11px;
	color: #FF9999;
}	


.image{
	
border-left: 1px solid #FF9999;
border-right: 1px solid #FF9999;
border-top: 1px solid #FF9999; 
border-bottom: 1px solid #FF9999;
	
}

BODY
{
scrollbar-face-color:#FF9999;
scrollbar-shadow-color:#FF9999;
scrollbar-highlight-color:#FF9999;
scrollbar-3dlight-color: #FF9999;
scrollbar-darkshadow-color: #FF9999;
scrollbar-track-color: #FF9999;
scrollbar-arrow-color: #6C0719;
}

