/* Links (<a href...>) */
A:link		{ color: rgb( 0%, 0%, 70% ); text-decoration:none }	/* unvisited link */
A:visited	{ color: rgb( 0%, 0%, 70% ); text-decoration:none }	/* visited links */
A:active	{ color: rgb( 100%, 0%, 0% ); text-decoration:none }	/* active links */


H1, H2, H3, H4, H5, H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
BODY { 
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: rgb( 0%, 0%, 0% );
	background-color: white;
}

/*TD {
	font-size: 10pt;
}*/

