a:link
{
	color: navy;
	text-decoration: underline; 
}
a:visited
{
	color: navy;
	text-decoration: underline;
} 
a:active 
{
	color: black;
}
body
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: black;
}
table
{
	font-family: Verdana, Arial;
	font-size: 10pt;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Times;
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}