HTML		{	color: black }
BODY		{	color: black }
H1 		{	text-align: center;
			letter-spacing: .5em;
			color: #AA0000;
			font-size: 14pt }
H2		{	text-align: center;
			color: #AA0000;
			font-size: 12pt }
H3		{	text-align: left;
			color: #AA0000;
			font-size: 12pt }
TH		{	text-align: center;
			color: #AA0000;
			font-size: 10pt }
TD		{	color: black;
			font-size: 10pt }
P  		{	color: black;
			font-size: 10pt }
LI  		{	color: black;
			font-size: 10pt }
A 		{	color: black;
			font-size: 10pt }
.RIGHT		{	color: black;
			font-size: 10pt;
			text-align: right }
A.menu:link	{
			color: navy;
			font-family: helvetica;
			text-decoration: none;
			font-size: 10pt
		}
A.menu:active	{	color: brown;
			font-family: helvetica;
			text-decoration: none;
			font-size: 10pt
		}
A.menu:hover	{	color: brown;
			font-family: helvetica;
			text-decoration: none;
			font-size: 10pt
		}
A.menu:visited	{	color: #ff3a0e;
			font-family: helvetica;
			text-decoration: none;
			font-size: 10pt
		}

