@charset "UTF-8";
.follow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.titlelink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.mainbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}

a:link {
	color: #999999;
	text-decoration: none;
	
} 

a:visited { 
	color: #999999;
	text-decoration: none;
	
	 } 
	 
	 a:hover { 
	 color: #b5261b; 
	 text-decoration: none;
	 }