a:hover {
	text-decoration: none;
	color: #00FF00;
	font-style: oblique;





}
a:link {
	text-decoration: none;
	color: #00FF00;
	font-weight: bold;

}
a:visited {
	color: #00FF00;
	text-decoration: none;
}
a:active {
	color: #003300;
	text-decoration: none;
}


html 
{scrollbar-arrow-color:#003300;
scrollbar-base-color:#00FF00;
scrollbar-darkshadow-color:#003300;
scrollbar-face-color:#00FF00;
scrollbar-highlight-color:#003300;
scrollbar-shadow-color:#00FF00}

