﻿<!--
a:link
{
	color: rgb(255, 250, 250); 
	font-weight: bold;
	font-size: 12px
}
a:visited
{
	color: rgb(255, 250, 250); 
	font-weight: bold;
	font-size: 12px 
} 
a:active 
{
	color: rgb(255, 250, 250); 
	font-weight: bold;
	font-size: 12px
}
body
{
	font-family: Century Gothic, Arial, Helvetica;
	background-color: rgb(205, 92, 92);
	color: rgb(0, 51, 102);
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	color: rgb(0, 51, 102);
}
h2
{
	color: rgb(000, 000, 000); 
}
h3
{
	color: rgb(000, 0000, 000); 
}
h4
{
	color: rgb(000, 000, 000);
}
h5
{
	color: rgb(000, 000, 000);
	align: left;
}
h6
{
	color: rgb(000, 000, 000);
}

