.Normal      { font-family: Comic Sans MS; color: #C0C0C0; font-size: 8pt }
a:link
{
	color: rgb(255, 255, 255); 
}
a:visited
{
	color: rgb(255, 255, 255);
} 
a:active 
{
	color: rgb(255, 255, 255);
}
body
{
	font-family: Eras Demi ITC;
	background-color: rgb(200,200,220);
	color: #1D282C;
}
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: Eras Light ITC; color:#C0C0C0
}