
BODY, P {
	background-color : White;
	font-family : Verdana;
	font-size : small;
}

A {
	color : #FF8C00;
	font-family : Verdana;
	font-size : small;
	text-decoration : underline;
}

/* note that A:HOVER isn't supported by all browsers */
A:HOVER {
	color : Red;
	font-family : Verdana;
	text-decoration : underline;
}

H1 {
color: #FF8C00;
	font-family: Verdana;
}

	
FONT {
	font-family : Verdana;
}

H2 {
	color : #FF8C00;
	font-family : Verdana;
}

HR {
	color : #FFA500;
}

H4 {
	font-family : Verdana;
	font-size : small;
}

CENTER {
	font-family : Verdana;
}

