#topbox {
			 padding: 2px 4px;
			 background: #CCCCFF;
			 border: 2px solid #9999FF;
			 font: 75% "Lucida Sans Unicode", "Lucida Sans";
			 color: #593;
			 text-align: left;
			 -moz-border-radius: 2px;
			 cursor: defaut;
			 }

#mainheader {
 			padding: 12px 4px;
			background: #fff;
			border: 1px solid #9999FF;
			font: 50px "Century Gothic", "Arial";
			font-weight: bold;
			color: #000;
			text-align: center;
			line-height: 30px;
			}
			
#mainheader p {
 			font: 14px "Century Gothic", "Arial";
			font-style: italic;
			color: #999;
			text-align: center;
			}
			

a:link {color:blue; text-decoration:none; }
a:hover {color:red; text-decoration:none; }
a:visited {color:black; } 
