H3 {
	font-family : Arial, sans-serif;
	font-size : small;
	font-weight : normal;
	font-style : italic;
	font-variant : normal;
}

H2 {
	font-family : Arial, sans-serif;
	font-size : medium;
	font-weight : normal;
	font-style : italic;
	font-variant : normal;
}

BODY {
	font-family : Arial, sans-serif;
	font-size : large;
	font-weight : bold;
	font-style : italic;
	font-variant : small-caps;
	text-align : center;
}

A:LINK {
	color : #4169E1;
	; font-family: Arial;
	text-decoration : underline;
}

A:VISITED {
	color : #4169E1;
	; font-family: Arial;
	text-decoration : underline;
}

A {
	color : #FF4500;
	text-decoration : none;
; font-family: Arial
}

A:HOVER {
	color : #FFFFFF;
	background-color : Blue;
; font-family: Arial
}
