a:link
{
	color: rgb(0,0,128); 
}
a:visited
{
	color: rgb(0,0,128); 
} 
a:active 
{
	color: rgb(0,0,128);
}
body
{
	font-family: Arial;
	background-color: rgb(192,192,192);
	color: rgb(0,0,0);
	font-size: 10px;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(0,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}

<style>
.style2 {color: #005083;}
</style>
