a:link
{
	color: rgb(46,139,87); 
}
a:visited
{
	color: rgb(148,0,211); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,51,51);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Black, Arial, Times New Roman, Times;
}
h1
{
	color: rgb(56,90,113);
}
h2
{
	color: rgb(56,90,113); 
}
h3
{
	color: rgb(153,0,0); 
}
h4
{
	color: rgb(56,90,113);
}
h5
{
	color: rgb(153,0,0);
}
h6
{
	color: rgb(56,90,113);
}