body
{
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 10pt;
	background-color: "#CCFFFF";
	color: rgb(0, 51, 102);
	background-image: url('images/101gradient5.gif'); 
}
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic, Arial, Helvetica;
}
h1
{
	color: "blue";
}
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb("blue");
}
h6
{
	color: rgb("black");
}