BODY {
	color: Maroon;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: medium;
}

A {
	color: Maroon;
	font-style: normal;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	background-color: #E9E9E9;
	text-decoration: underline;
}
LI {
	list-style-type: square;
	list-style-image: none;
}
H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
H2 {
	font-size: 14pt;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}




