@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 1%; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
div {
	background-color: #D7FFF5;
	width: auto;
	height: auto;
	background-position: center;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #00FFCC;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #00FFCC;
	text-decoration: none;
}

a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #00FF00;
	text-decoration: none;
}

a:active { text-decoration: none; }
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	border: thin double #000000;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
}
