﻿/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	background: #3399FF;
	scrollbar-face-color : #003366;
}

A {
	text-decoration: none;
	color: #F3F7FC;
	text-transform : none;
	font-weight : bolder;
	font : bolder 16px;
}

A:HOVER {
	background : transparent;
	color : Gray;
	text-transform : none;
	font-weight : bolder;
	font : bolder 16px;
}


strong  {
	color: White;
}
