a.nav
{
	font-family: Verdana;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
a.nav:link
{
	color: white;
}
a.nav:visited
{
	color: white;
} 
a.nav:hover
{
	color: black;
	
}
a.nav:active 
{
	color: black;
}

a.mail
{
	font-family: Helvetica;
	font-size: "10pt";
	text-decoration: none;
}
a.mail:link
{
	color: white;
}
a.mail:visited
{
	color: white;
} 
a.mail:active 
{
	color: white;
}

a.link
{
	font-family: "verdana";
	text-decoration: none;
}
a.link:link
{
	color: white;
}
a.link:visited
{
	color: white;
} 
a.link:active 
{
	color: white;
}
table
{
	font-size: "10pt";
}
body
{
	font-family: "Verdana";
	font-size: "16";
	background-color:#336699;
	color: gray;
	font-weight: bold;
	
}
h1
{
	font-family: "Verdana";
	font-size: "24pt";
	color: black;
}
h2
{
	font-family: "Verdana";
	font-size: 10;
	color: gray; 
}