<!--
	
	A:hover	{text-decoration: underline;
			textDecoration: underline;
			color: #ff0000;
			font-weight: bold;
			background-color: #ffffff; }
	
	H1		{color: #ff0000;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 125%;
			font-weight: bold;}
			
	A:link	{text-decoration: none;
			textDecoration:	none;
			font-style: bold;}
			
	A:visited	{text-decoration: none;
				textDecoration: none;
				font-style: bold;}
		
	.navtop	{color: #ffffff;
			font-family: arial, verdana, helvetica, sans-serif;
			font-weight: bold;}
			
	.navrev	{color: #ff0000;
			font-family: arial, verdana, helvetica, sans-serif;
			font-weight: bold;}
			
	.navside	{color: #FF0000;
			font-family: Georgia, Times New Roman, Times, serif;
			font-weight: bold;}
			
	.logo	{color: #999;
			font-family: Verdana, Arial, sans-serif;
			font-weight: normal;}

p.promo {
	background: #eee;
	border: 3px solid red;
	padding: 5px;
	text-align: left;
}	
-->