BODY {
	margin: 0;
	background-color: #444444;
}

P { font-family: serif;
		 font-size: 12pt;
		 color: #000000 }

UL {	font-family: Arial, sanserif;
		font-size: 11pt }

.title { font-family: Arial, sanserif;
		 font-size: 35pt;
		 text-align:center;
		 color: white }

.smallExp { font-family: Arial, sanserif;
		 font-size: 10pt;
		 color: black }

.topnav { font-family: serif;
		  font-size: 12pt;
	  	  text-align:center;
		  color: #6666FF }
		  
.botnav { font-family: sanserif;
		  font-size: 14pt;
	  	  text-align:center }

.groupHeading { font-family: serif;
		  		font-size: 18pt;
	  	  		text-align:center }

A:hover { text-decoration: underline; color: #6666FF }
A:link { color: #0000AA }          	/* unvisited link */
A:visited { color: purple }        	/* visited links */
A:active { color: lime }			/* active link */

div.banner a:link { FONT-FAMILY: Verdana; FONT-WEIGHT: bold; FONT-SIZE: 13px; text-decoration: none; color: #333333 }
div.banner a:visited { FONT-FAMILY: Verdana; FONT-WEIGHT: bold; FONT-SIZE: 13px; text-decoration: none; color: #555555 }
div.banner a:hover { FONT-FAMILY: Verdana; FONT-WEIGHT: bold; FONT-SIZE: 13px; background: black; color: white }
