body {
	background-color:#000000;
	background-image:url(/images/bg1b.gif);
	background-repeat:repeat-x;
	margin:20px;
	padding:0;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, SanSerif;

	Color: #AE7600;
}

.title {
	font-variant: small-caps
	font-size: 18px;
	font-style: bold;
	font-family: Arial, Verdana, Helvetica, SanSerif;
	Color: #AE7600;

}

.bodytext {
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, SanSerif;

	Color: #AE7600;
	
	
}

A:link { color: #AE7600;
		 text-decoration: none;
		
		
		}       /* unvisited link */
		
A:visited { color: #AE7600;
			text-decoration: none;

		 }   /* visited links */
		 
A:active { color: #FFCC00;
		   
		   text-decoration: underline;


		 }    /* active links */
		 
A:hover {color: #FFFFFF;

		 text-decoration: underline;
		 }   /* mouse over link */

a.nav:link {
		color: #663300; 
		text-decoration: none; 
		}
		
a.nav:visited {
		color: #663300; 
		text-decoration: none; 
		}
		
a.nav:hover {
		color: #663300; 
		text-decoration: underline; 
		}
		
a.nav:active {
		color: #663300; 
		
		}