a:link
{
	color: #006600; 
}
a:visited
{
	color: rgb(0,153,153); 
} 
a:active 
{
	color: rgb(255,102,0);
}
A:hover 
{
	color: black; 
	text-decoration:underline;
	border-width:3px; border-style:inset; background-color: #00FFFF;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: #E2DBF0;
	color: #000066;
}
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: Verdana, Arial, Helvetica;
}
h1
{
	color: #FF0000;font-size:36pt; font-weight:bold; text-align:center
}
h2
{
	color: #000080; 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}