a:link
{
	color: rgb(0,102,102); 
}
a:visited
{
	color: rgb(153,0,0); 
} 
a:active 
{
	color: rgb(255,102,0);
}
body
{
	font-family: Arial, Helvetica, Verdana; font-size: 10pt;
	background-color: rgb(255,238,50);
	color: rgb(0,0,102);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
	font-family: Arial, Helvetica, Verdana; font-size: 10pt;
 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Verdana;
}
h1
{
	color: rgb(153,0,0); font-size: 14pt; font-weight: bold;
}
h2
{
	color: rgb(0,0,150);  font-size: 13pt; font-weight: bold;
}
h3
{
	color: rgb(153,0,0);  font-size: 12pt; font-weight: bold;
}
h4
{
	color: rgb(0,0,150); font-size: 11pt; font-weight: bold;
}