body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Black;
	background-color : White;
}

a{
	color : Blue;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : normal;
}

a:visited{
	color : Maroon;
}

a:hover {
	text-decoration : underline;
	color : Navy;
}

A:ACTIVE {
	color : Red;
}

H4 {
	font-size : 12px;
	font-weight : bold;
	font-variant : small-caps;
}


li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}


