/* Links */
A:link    {color: #AA0000; text-decoration: none; }
A:active  {color: #AA0000; text-decoration: none; } 
A:visited {color: #AA0000; text-decoration: none; }
A:hover   {color: #AA0000; text-decoration: underline; }

/* Body */
body {
	background: #EDE9E9;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: #AA0000;
}

td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

h1 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	display: inline;
}
