A:active {
	color: Red; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
}
A:hover {
	color: Red; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline;
	
}
A:link {
	color: Red; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
}
A:visited {
	color: Red; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline;
}
.clsPerson{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 42px;
	font-weight : normal;
}
.clsQuote{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	font-style : italic;
	font : bold;
	letter-spacing : 6px;
}
.clsQuoteDivine{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	font-style : italic;
	font : bold;
	letter-spacing : 1px;
}
.clsQuoteMcCoy{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	font-style : italic;
	font : bold;
	letter-spacing : 3px;
}
.clsQuoteHorny{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : normal;
	font-style : italic;
	font : bold;
	letter-spacing : 4x;
}
.clsBodyText{
	color: #575757; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 32px;
	letter-spacing : 1px;
}
.clsBodyTextCrawford{
	color: #575757; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 28px;
	letter-spacing : 1px;
}
.clsMenu{
	font-family : Arial, Helvetica, sans-serif;
	color: Gray; 
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	border : 1px solid Gray;
	margin : 4px 4px;
	line-height : 150%;
}
.clsMenu A:link {
	color : Gray; 
	TEXT-DECORATION: none
}
.clsMenu A:active {
	color : #Gray; 
	TEXT-DECORATION: none
}
*.clsMenu A:visited {
	color : Gray; 
	TEXT-DECORATION: none
}
.clsMenu A:hover {
	COLOR: Red;  
	border :  Black;
	TEXT-DECORATION: none
}
.clsSubText{
	color: #575757; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 32px;
	letter-spacing : 8px;
}.clsSmall{
	color: #575757; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 32px;
	letter-spacing : 1px;
}