a:link {
	color: gray;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: green;
	text-decoration: none;
}
a:active {
	color: black;
	text-decoration: underline;
}

body
{
scrollbar-arrow-color: green;
scrollbar-face-color: white;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: green;
scrollbar-shadow-color: grey;
scrollbar-darkshadow-color: dark grey;
scrollbar-track-color: white;
}
