body            {
	font-family: arial, verdana, sans-serif;
	color:gray;
	font-size:9pt;
}
table,tr,td
{
	font-family: inherit;
	font-size:9pt;
}
a:link
         {
	font-family: inherit;
	font-weight:bold;
	text-decoration:underline;
	color:gray;
}
a:visited
                {
	font-family: inherit;
	font-weight:bold;
	text-decoration:none;
	color:gray;
}
a:active
                {
	font-family: inherit;
	font-weight:bold;
	text-decoration:none;
	color:gray;
	background-color:yellow;
}

a:hover {color:darkred;}

