		body {font-family: Arial;}
		h1 {text-align: center;}
		h2 {text-align: center;}
		a.link 			{font:bold 11px Arial; color:fff; text-decoration:none; text-align: center;}
		a.link:visited 	{color:aaa;}
		div.maincontent
		{
			top: 0px;
			width: 610px;
			padding: 20px;
			margin-left: auto;
			margin-right: auto;
			/*text-align: justify;*/
		}
		ul.menubar
		{
			top: 0px;
			width: 150px;
			margin: 0px;
			padding: 0px;
			float: left;		
		}
		/*td {font:bold 13px Arial; color:fff; background:000;}*/
		td.link
		{
			font:bold;
			text-decoration:none;
			padding:4px 10px 2px 10px; 
			cursor:hand; 
			text-align:center;
			background-color:000000;
			color:fff;
		}
		td.link:hover, td.link:hover a:visited
		{
			background: f00;
			color:fff;  		/* Grey and red don't look good together, this forces the text to be white with the red background. */
		}		
		/* make menu buttons black on white (reverse) when pushed in. */
		td.link:active, td.link:active a:link, td.link:active a:visited 
		{ 
			background: fff; 
			color: 000;
		}	
		td.forms
		{
			width: 350px;
			font:bold;
			text-decoration:none;
			padding:4px 10px 2px 10px; 
			cursor:hand; 
			/*text-align:center;*/

		}