﻿body
{
	background-color: #DFDFDF;
	font-family: "Times New Roman", Times, serif;
}
a:link
{
	color: Black;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

a:active
{
	background-color:gray;
}

a:visited
{
	color: #333333;
	font-style: italic;
	text-align: center;
}

a:hover
{
	color: white;
	background-color: #006600;
}

hr {
	text-align: center;
	width: 90%;
	color: #C0C0C0;
}

h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 24pt;
}
