body {
	color : white;
	text-decoration : none;
	font-family : Arial, Verdana, Helvetica;
	font-size : 9pt; 
	font-weight : normal;
	font-style : normal;
}

A:link, A:visited, A:active {
	color : navy;
	text-decoration : none;
	font-family : Arial, Verdana, Helvetica;
	font-size : 10pt; 
	font-weight : normal;
	font-style : normal;

}
A:Hover  {
	font-family : Arial, Verdana, Helvetica;
	font-size : 10pt; 
	font-weight : normal;
	text-decoration : underline;
	color : maroon;
	font-style : normal;
}

P, ol, ul, dl, blockquote{
	font-family : Arial, Verdana, Helvetica;
	font-size : 11pt; 
	font-weight : normal;
	color : white;
	font-style : normal;
}

h4 {
	font-family : Arial, Verdana, Helvetica;
	font-size : 15pt; 
	font-weight : bold;
	color : white;
	font-style : normal;
}
