body
{
	scrollbar-base-color:orange;
	scrollbar-arrow-color:Blue;
	scrollbar-track-color:blue;
	scrollbar-shadow-color:red;
	scrollbar-lightshadow-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-hightlight-color:darkred;
	scrollbar-3dlight-color:blue;
}

table
{

width: 100%;
border-top: red thin solid;
border-left: green thin solid;
border-right: blue thin solid;
border-bottom: yellow thin solid;
font-family: verdana;
font-size: 12;
color: blue;
	
}

a:visited
{
	color:blue;
	font-family:verdana;
	font-size:13;
	
}
a:hover
{
	color:darkgreen;
	font-family:tahoma;
	font-size:13;
	font-weight:bold;
	
}
a:active
{
	color:black;
	font-family:verdana;
	font-size:13;
	
}
