/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	scrollbar-3dlight-color : Black;
	scrollbar-arrow-color : Silver;
	scrollbar-base-color : Red;
	scrollbar-darkshadow-color : Red;
	scrollbar-face-color : Red;
	scrollbar-highlight-color : Silver;
	scrollbar-shadow-color : Black;
	scrollbar-track-color : Black;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 1em;
	font-style : normal;
	list-style-type : square;
	margin-left : 0;
	margin-top : 0;
	overflow-x : auto;
	overflow-y : auto;
	margin-right : 0;
}

A {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}