a:link
{
	color: blue; 
}
a:visited
{
	color: blue; 
} 
a:active 
{
	color: red;
}
a
{
	text-decoration: none;
} 
body
{
	font-family: Verdana, Arial, Helvetica;
	color: black;
	background color: rgb(115,179,200);
}
table
{
	table-border: none;
	table-cellpadding: 3;
	table-align: center;
}
td
{
	text-align: center;
	font-size: 8pt
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
p
{
	text-align: center;
}
