/* CSS Document */


a:link { color: #000066; 
		text-decoration: none }
		
a:active { color: #FF0000; 
		text-decoration: none }

a:visited { color: #333333; 
		text-decoration: none }

a:hover { color: #990000; 
		text-decoration: none }

p: { color: #000000 }

table: { color: #000000 }

font: { color: #000000;
		family: CAC Moose }

.text{font-family: CAC Moose;
	  font-size: +2;
	  font-weight: normal;}
	  
