a:link
{
	color: rgb(0,51,204); 
}
a:visited
{
	color: rgb(102,0,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	background-color: rgb(204,221,221);
	color: rgb(102,0,102);
}
table
{
	table-border-color-light: rgb(0,99,99);
	table-border-color-dark: rgb(102,0,102); 
}
h1, h2, h3, h4, h5
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	font-size: 16pt;
}
h2
{
	font-size: 14pt;
}
h3
{
	font-size: 12pt;
}
h4
{
	font-size: 10pt;
}
h5
{
	font-size: 8pt;	
}


