a:link
{
	color: rgb (255,255,255); text-decoration:none 
	}
a:visited
{
	color: rgb(204,204,204); text-decoration:none
} 
a:active 
{
	color: rgb(235,182,182);text-decoration:none
}
body
{
	font-family: Arial, Helvetica;
	font-size: 10;
	background-color: rgb(none);
	color: #003333;text-decoration:none
}
table
{
	font-family: Arial, Helvetica;
	font-size: 10;
	background-color: rgb(none);
	color: #003333;text-decoration:none
	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, Helvetica; font-weight: bold;
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}