body   {
	color: black;
	font-size: 13px;
	font-family: "Times New Roman", Georgia, Times;
	background-color: #fff9e1;
}

p	{ color:#000000; font-size: 12px; font-family:"Times New Roman", Times, Georgia, serif; }
td	{ color:#000000; font-size: 12px; font-family:"Times New Roman", Times, Georgia, serif; }
h1	{ color:#000000; font-size: 18px; font-family:"Times New Roman", Times, Georgia, serif; }
h2	{ color:#000000; font-size: 16px; font-family:"Times New Roman", Times, Georgia, serif; }
h3	{ color:#000000; font-size: 12px; font-family:"Times New Roman", Times, Georgia, serif; }

a			{ color: #58180e; font-weight: bold; text-decoration: underline; }
a:visited	{ color: #58180e; font-weight: bold; text-decoration: underline; }
a:hover		{ color: #58180e; font-weight: bold; text-decoration: none; }
a:active	{ color: #58180e; font-weight: bold; text-decoration: none; }
.white		{ color: white; }
.red		{ color: #58180e; }
a.white		{ color: white; font-weight: bold; text-decoration: underline; }
a.white:visited	{ color: white; font-weight: bold; text-decoration: underline; }
a.white:hover	{ color: white; font-weight: bold; text-decoration: none; }
a.white:active	{ color: white; font-weight: bold; text-decoration: none; }

.blackbg	{ background-color: black; }
.darkgreybg	{ background-color: #333; }
.offwhitebg	{ background-color: #f9fffd; }

p.copyright	{ margin-top: 1em; text-align: center; }
form	{ margin: 0; padding: 0; }
.medium	{ font-size: medium; }
.small	{ font-size: small; }

.help {	cursor: help; }
