
a {text-decoration:none}


a:link
{   
	color: rgb(0, 51, 153); 
}
a:visited
{   
	color: rgb(0, 51, 153); 
} 
a:active 
{   
	color: rgb(0, 0, 102);
}
a:hover	{
	font-weight : bold;
	background-color: transparent;
	text-decoration:	underline;
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 51, 153);
}
table
{
	table-border-color-light: rgb(0, 51, 153);
	table-border-color-dark: rgb(0, 51, 153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(0, 51, 153);
}
h2
{
	color: rgb(0, 51, 153); 
}
h3
{
	color: rgb(0, 51, 153); 
}
h4
{
	color: rgb(0, 51, 153);
}
h5
{
	color: rgb(0, 51, 153);
}
h6
{
	color: rgb(0, 51, 153);
}