@charset "utf-8";
/* CSS popups */

div.popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#666;
	line-height: 20px;
	font-size: 12px;
}

div.popup h1 {
	font-size: 24px;
	color: #000;
	line-height: 30px;
	font-family: "Anton", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

div.popup h2 {
	font-size: 16px;
	color: #000;
	margin: 6px 0;
}

div.popup h3 {
	font-size: 12px;
	color: #000;
	line-height: 12px;
	margin: 12px 0 0 0;
}

div.popup p {
	margin-top: 6px;
}

div.popup a, div.popup a:visited {
	color: #9966CC;
	text-decoration: none;
}

div.popup a:hover {
	color: #9966CC;
	border-bottom: 1px solid #9966CC;
}


