@charset "UTF-8";
/* CSS Document */

.newsletter-body {
	font-family: "Century Gothic", Helvetica, arial, sans-serif;
	font-size: 15px;
	color: #333333;
}
.newsletter-spotlight {
	font-family: "Century Gothic", Helvetica, arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
.newsletter-title {
	font-family: "Century Gothic", Helvetica, arial, sans-serif;
	font-size: 40px;
	color: #333333;
}
.newsletter-quote {
	font-family: "Century Gothic", Helvetica, arial, sans-serif;
	font-size: 24px;
	color: #333333;
}

a:link {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #333333;
}