BODY {
	SCROLLBAR-FACE-COLOR: green;	
	SCROLLBAR-HIGHLIGHT-COLOR: darkgreen;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-BASE-COLOR: green;
	SCROLLBAR-3D-LIGHT-COLOR: white;
	SCROLLBAR-DARK-SHADOW-COLOR: black;
	font-family : "Verdana";
};
a:link {
		text-decoration: none;
		color : Green;
};
a:active {
		text-decoration: none;
		color : LightGreen;
};
a:visited {
		text-decoration: none;
		color : Green;
};
a:hover {
		text-decoration: none;
		color : Green;
};
