/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	background : #FF9F0C;
	scrollbar-face-color : #FF9F0C;

	font : 17px "Times New Roman", Times, serif;

}

STRONG {
	font-size : 18;
}

A {	
	text-decoration: none;
	color: #CCFFFF;
	text-transform : none;
	font-weight : bolder;
}

	
	
A:HOVER {
	background : transparent;
	color : #D7E4F4;
	text-transform : none;
}
