P {
	color: Black; 
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	color: Black;
	font-size: 14pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
	background-color: Black;
}

TD, TR, TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
}

A {
	text-decoration: none;
	color: White;
	font-weight: normal;
}

A:Active {
	text-decoration: none;
	color: White;
	font-weight: normal;
}
A:Hover {
	text-decoration: none;
	color: #007EFF;
	font-weight: normal;
}

div.header	a:link	{
	text-decoration: none;
	color: Yellow;
    font-weight: bold;
}
div.header 	a:active	{
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}
div.header	a:hover	{
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}
div.header 	a:visited  {
	text-decoration: none;
	color: Yellow;
	font-weight: bold;
}