a:link
{
	color: #11A0EE; 
	text-decoration: none
}

p   
{ 	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(250,250,255);
	font-size: 90%;
	color: rgb(0,0,102);
}

a:visited
{
	color: #009797; 
	text-decoration: none
} 
a:active 
{
	color: rgb(255,102,0);
	text-decoration: none;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(250,250,255);
	color: rgb(0,0,102);
	font-size: 80%;
}

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;
	text-align: center;
}
h1
{
	color: rgb(0,0,123);
	font-size: 130%;
}
h2
{
	color: rgb(255,204,0); 
	font-size: 130%;

}
h3
{
	color: rgb(0,153,153); 
	font-size: 110%;

}
h4
{
	color: rgb(0,0,102);
	text-align: left;
	text-style: bold;
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}