/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	background : #D7E4F4;
	scrollbar-face-color : #D7E4F4;
}

font{
	font : 16px "Times New Roman", Times, serif;
}

H2 {
	color : Green;
	font : 0.6cm;
}
STRONG {
	font-size : 16;
}

A {
	text-decoration: none;
	color: Black;
	text-transform : none;
	font-weight : bolder;
}

A:HOVER {
	background : transparent;
	color : Gray;
	text-transform : none;
	font-weight : bolder;
}
