HR {
	color: White;
}
H1 {
	font-size: 180%;
}
BODY{
	font-family : Verdana,Arial,Helvetica,"Sans Serif";
	font-size : 10pt;
	background : #98D4FF;
}

SMALL {
	font-size: 75%;
}


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

A:Hover {
	text-decoration: underline;
	color: red;
}
