a:link
{
	color: rgb(51,51,204); 
}
a:visited
{
	color: rgb(102,153,204); 
} 
a:active 
{
	color: rgb(255,51,0);
}
body
{
	font-family: Book Antiqua, Times New Roman, Times;
	background-color: rgb(218,221,194);
	color: rgb(0,0,0);
}
table
{
	table-border-color-light: rgb(255,153,51);
	table-border-color-dark: rgb(0,0,0); 
}
h1           { font-family: Arial; font-size: 24pt; font-weight: bold }
h2           { font-family: Arial; font-size: 18pt; font-weight: bold }
h3           { font-size: 14pt; font-family: Arial; font-weight: bold }
h4           { font-family: Baskerville Old Face; font-size: 12pt; font-weight: bold }
h5
{
	color: rgb(204,51,51);
}
h6
{
	color: rgb(102,0,102);
}