html {
	scrollbar-base-color: #999999;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-track-color: #e0e4f5;

	scrollbar-shadow-color: #999999;
	scrollbar-lightshadow-color: #999999; 
	scrollbar-darkshadow-color: #999999;

	scrollbar-highlight-color: #999999;
	scrollbar-3dlight-color: #999999;
}


a {
	color: #FFCC00;
}
A:link {
	color: #FFCC00; text-decoration: none; font-weight: normal; font-style: normal;
	
}
A:visited {
	color: #FFCC00; text-decoration: none; font-weight: normal; font-style: normal;
}
a:hover { 
	color: #FFCC00; text-decoration: none; font-weight: normal; font-style: normal; background-color: #999999;
}
A:active {
	color: #000000; background-color: #FFCC00; text-decoration: none; font-weight: normal; font-style: normal;
} 

A:Hover  {
	color : #FFCC00;
	text-decoration : underline;
}
