     a:link {
	font-family: "Times New Roman", Times, serif;
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #0000FF;
	text-decoration: underline;
}

body {scrollbar-face-color:#FFCC00;
	scrollbar-arrow-color:#FF0000;
	scrollbar-track-color:#660000;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:##FFFFCC;
	scrollbar-darkshadow-Color:#000000;
	
