a:link
{
	color: rgb(178, 34, 34); 
}
a:visited
{
	color: rgb(128, 128, 128); 
} 
a:active 
{
	color: rgb(204, 153, 0);
}
body
{
	font-family: Century Gothic;
	background-color: rgb(238, 238, 224);
	color: rgb(25, 25, 112);
}
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: Century Gothic;
	color: rgb(0, 51, 102);
}