h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #7e015f;
}
#newsletterbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
	text-align: left;
	padding-right: 15px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 14pt;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#newsbox {
	border: 4px solid #F8C752;
	border-left-color: #BDED94;
	border-right-color: #F9C62D;
	border-top-color: #E06630;
	width: 98%;
	border-bottom-color: #E06630;
}
