body {
	background-color:#000000;
	margin:20px;
	padding:0;
	text-align:center;
	font-family:  Arial;
	color: #444444;
}

.title {
	color: #663300;
	font-style: bolder;
	font-size: 24px;
	font-variant: small-caps;
	font-family:  Times New Roman;
	

}

.subtitle {
	color: #663300;
	font-weight: bolder;
	font-size: 16 px;
	font-variant: small-caps;
	font-family:  Times New Roman;
	

}

.bodytext {
	color: #65332C;
	font-weight: normal;
	font-size: 13px;
	font-family:  Arial;
	
	
}


.bodytext2 {
	color: #65332C;
	font-size: 12px;
	font-weight: normal;
	line-height: 200%;
	font-family:  Arial;
	
	
}

A:link { color: #FFFFFF;
		 text-decoration: none;
		
		
		}       /* unvisited link */
		
A:visited { color: #FFFFFF;
			text-decoration: none;

		 }   /* visited links */
		 
A:active { color: #FFCC33;
		   
		   text-decoration: none;


		 }    /* active links */
		 
A:hover {color: #FFCC33;

		 text-decoration: none;
		 }   /* mouse over link */

a.nav:link {
		font-variant: small-caps;
		font-weight: bold;
		color: #663300; 
		text-decoration: none; 
		}
		
a.nav:visited {
		font-variant: small-caps;
		font-weight: bold;
		color: #663300; 
		text-decoration: none; 
		}
		
a.nav:hover {
		font-variant: small-caps;
		font-weight: bold;
		color: #000000; 
		text-decoration: underline; 
		}
		
a.nav:active {
		font-variant: small-caps;
		font-weight: bold;
		color: #663300; 
		
		}
		
a.homenav:link {
		font-variant: small-caps;
		font-weight: bold;
		color: #533A1C; 
		text-decoration: none; 
		}
		
a.homenav:visited {
		font-variant: small-caps;
		font-weight: bold;
		color: #533A1C; 
		text-decoration: none; 
		}
		
a.homenav:hover {
		font-variant: small-caps;
		font-weight: bold;
		color: #BE8A00; 
		text-decoration: underline; 
		}
		
a.homenav:active {
		font-variant: small-caps;
		font-weight: bold;
		color: #533A1C; 
		
		}
