/* CSS Document */
.center {
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}

.siteheader {
	font-size:80px;
	text-decoration:underline;
}

a:link { font-weight:bold; color:red; text-decoration:none; }
a:visited { font-weight:bold; color:red; text-decoration:underline; }
a:focus { font-weight:bold; color:blue; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }

 body { background-color:#FFFFCC; font-weight:100; font-family:Arial; font-size:100%; }
 
 
 




