
a:link
{
	color: rgb(255, 255, 255); text-decoration:none;  }
a:visited
{
	color: rgb(255, 255, 255); text-decoration:none;


} 
a:active 
{
	color: rgb(87, 165, 254); text-decoration:underline;


}

a:hover
{
	color: rgb(87, 165, 254);text-decoration:none;

}
body
{
	font-family: Century Gothic, Arial;
	background-color: rgb(74, 107, 148);
	color: rgb(255, 255, 255);
	font-size: 11pt;
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
	font-size: 11pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}