BODY        {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color : white;
	margin-right : 2em;
	margin-left: 2em;
	background : black;
}

P, FONT, UL, OL, DL
    {
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	color: White;
	background : Black;
}

TD, TH
	{
	font-family: Arial, sans-serif;
	font-size: 1.0em;
	color: White;

}

A:LINK {
	color : FF0000;
	background : black;	
}

A:HOVER {
	color: white;
	background : black;
}	


A:VISITED {
	color : CCCCCC;
	background : black;
}


.copyright  {
    font-family : Arial, sans-serif;
	font-size : .73em;
	color : white;
	background : black;
}

.cr_small  {
	font-size : .9em;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	background : black;
}

/* Class for captions*/
	
.copyright2 { 
	font-family : Arial, sans-serif;
	font-size: 0.75em;
	color : white;
	background : black;
	}	


/* Smaller font for footer text */

DIV.footer {
	font-family : Arial, sans-serif;
	font-size : .65em;
	color : white;
	font-weight : bold;
	background : black;
}

H1 {
	font-family : Arial, sans-serif;
	font-size : 1.65em;
	font-weight : bold;
	color : white;
	background: black;
}

H2 {
	font-family : Arial, sans-serif;
	font-size : 1.45em;
	font-weight : bold;
	color : white;
	background: black;
}


H3 {
	font-family : Arial, sans-serif;
	font-size : 1.20em;
	font-weight : bold;
	color : white;
	background: black;
}


H4 {
	font-family : Arial, sans-serif;
	font-size : .75em;
	font-weight : bold;
	color : white;
	background: black;
}

UL       {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color : white;
	background : black;
}



