BODY {
	SCROLLBAR-FACE-COLOR: orange;
	SCROLLBAR-HIGHLIGHT-COLOR: orangered;
	SCROLLBAR-SHADOW-COLOR: black;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-BASE-COLOR: red;
	SCROLLBAR-3D-LIGHT-COLOR: white;
	SCROLLBAR-DARK-SHADOW-COLOR: black;
	font-family : "Verdana";
};
	a:link {
		text-decoration: none;
		color : Red;
	};
	a:active {
		text-decoration: none;
		color : DarkOrange;
	};
	a:visited {
		text-decoration: none;
		color : OrangeRed;
	};
	a:hover {
		text-decoration: none;
		color : Red;
	}

