.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #82217f;
}

ul li{
 	color: #82217f;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0072bc;
	font-weight: bold;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #0072bc;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #0072bc;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #0072bc;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #069BFF;
	text-decoration: underline;
}

.feature_popup{
	background-color:white;
	font-size:12px;
	font-family:verdana;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;
	padding-left:20px;
	width:250px;
	color:#0072bc;
}

.feature_popup strong{
	font-size:14px;
	color:gray;
}
