p {
	 font-family: Book Antiqua;
	color: #800000;
}
.caps {
	font-family: Book Antiqua;
	font-variant: small-caps;
	font-weight: bold;
	color: #800000;
	font-size: 17px;
}
h6 { 
	font-family: Book Antiqua;
	font-size: 13px;
	color: #800000;
	text-align: center;
	font-weight: normal;
}
a:link {
  	color: #663399; 
 	 text-decoration: none; 
  	text-weight: bold;
}  
a:visited {
 	 color: #666666; 
  	text-decoration: none; 
  	text-weight: bold;
}
a:hover {  
  	color: #006600; 
 	 text-decoration: underline; 
 	 text-weight: bold;
}