a:visited
{
	color: #800080; 
	text-decoration: none;
} 
a:active 
{
	color: rgb(204, 153, 0);
	text-decoration: none ;
}
a:hover
{
	color: #FF0000;
	text-decoration: none; 
	font-weight:bold;
}

body
{
	font-family: Century Gothic, Arial, Helvetica;
	text-decoration: none;
	background-color: rgb(255, 255, 153);
	color: rgb(0, 51, 102);
	scrollbar-face-color: orange;
}
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, 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);
}a            { text-decoration: none }
.pageTitle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: x-large;
	color: Maroon;
	text-decoration: none;
	font-weight: bolder;
	text-align: center
	word-spacing: 2px;
}
.hfTable {
	border: 3px;
	border-color: #400000;
	width: 100%;
}
.Copyright{
	font: xx-small Arial;
	font-size: xx-small;
	font-weight: lighter;
	font-style: italic;
	text-align: left; 
	
}
