
a.nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	text-decoration: none;
	font-weight: bold;
	
	
}
a.nav:link
{
	color: white;
}
a.nav:visited
{
	color: white;
} 
a.nav:hover
{
	color: green;
	
}
a.nav:active 
{
	color: green;
}

a.mail
{
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 10;
	text-decoration: none;
	
}
a.mail:link
{
	color: gray;
}
a.mail:visited
{
	color: gray;
}
a.mail:hover
{
	color: purple;
}
a.mail:active 
{
	color: gray;
}

body
{
	font-family: "Times New Roman, serif";
	font-size: "12";
	
	color: black;
	
	
}

.justify
{
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: "12";
	text-align: justify;
	color: gray;
}
.center
{	text-align: center;
}
h1
{
	font-family: "Verdana";
	font-size: "24pt";
	color: black;
}
h2
{
	font-family: "Verdana";
	font-size: 12;
	color: gray; 
}

h3
{
	font-family: "Verdana";
	font-size: 12;
	color: #CC0066;
	
}

h4
{
	font-family: "Verdana";
	font-size: 12;
	color: black;
	text-align: left;
}
