A:link    { text-decoration: none; color: black; }
A:active  { text-decoration: none; color: blue; }
A:visited { text-decoration: none; color: black; } 
A:hover   { text-decoration: underline; color: black; }


H1
{
	font-family: verdana, courier new, courier, sans-serif;
	font-size: 24px;
	color: #990000;
	font-weight: bold;
	background-color: #ffffff;
}

H2
{
	font-family: verdana, courier new, courier, sans-serif;
	font-size: 20px;
	color: #669900;
	font-weight: normal;
	background-color: #ffffff;
}

H3
{
	font-family: verdana, courier new, courier, sans-serif;
	font-size: 18px;
	color: #669900;
	font-weight: normal;
	background-color: #ffffff;
}

.contact
{
	font-family: verdana, courier new, courier, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}

p
 { 	font-family: verdana, "courier new", courier, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 20px;
 } 

TD
{
        font-family: verdana, courier new, courier, sans-serif;
        font-size: 12px;
        color: #666666;
        font-weight: normal;
}