a 
{
text-decoration: none;
}
a:link
{
	color: rgb(0,102,255); 
}
a:visited
{
	color: rgb(0,0,128); 
} 
a:active 
{
	color: rgb(255,0,0);
}
a:hover
{
color: rgb(0,0,0); text-decoration: underline;
}


body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(61,61,177);
}
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(61,61,177);
}
h2
{
	color: rgb(61,61,177); 
}
h3
{
	color: rgb(61,61,177); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}
