﻿/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	background: #FDFDFD;
	scrollbar-face-color : #003366;
}

A {
	text-decoration: none;
	color: #1968C9;
	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: #979797;
}
