body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,255);    /* was 80.200.80 */
	color: rgb(0,0,0);              
	font-size: 10pt;
}
table
{
     font-size: 10pt;
}

a:link
{
	color: rgb(0,0,0);       /* black.  yellow is 255,255,0*/
}
a:visited
{
	color: rgb(0,0,0);       /* white */
} 
a:active 
{
	color: rgb(0,0,0);       /* black */
}
a:hover 
{
	color: rgb(255,0,0);   /* red. purple is 255,0,255 */
}
label:hover 
{
	color: rgb(0,0,0);   /* black */
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(0,0,0); 
	font-size: 14pt;
	font-weight: bold;
}
h2
{
	color: rgb(0,0,0);
	font-size: 12pt;
	font-weight: bold;
}
h3
{
	color: rgb(0,0,0); 
    font-weight: bold;
}
h4
{
	color: rgb(0,0,0);
    font-weight: bold;
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}