@charset "UTF-8";
#quote {
	font-style: italic;
	color: #860300;
	margin-left: 550px;
	margin-right: 50px;
	margin-top: 15px;
	font-size: small;
}
#title {
	padding-top: 10px;
	color: #860300;
	font-size: xx-large;
	padding-bottom: 10px;
	font-weight: bold;
}
#editable {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#body {
	width: 550px;
	float: left;
}
#title {
	padding-top: 10px;
}
#text1 {
	color: #860300;
	width: 350px;
	float: right;
	padding-top: 50px;
	padding-right: 50px;
	padding-left: 50px;
}
h2 {
	text-align: center;
}
#newsletter {
	color: #860300;
	text-align: center;
	clear: both;
	font-size: large;
	padding-top: 40px;
}
#newsletter a:link  {
	color: #860300;
	text-decoration: none;
}
#newsletter a:visited  {
	color: #860300;
	text-decoration: none;
}
#newsletter a:hover  {
	color: #006600;
	text-decoration: none;
}
#newsletter a:active  {
	color: #7F693F;
	text-decoration: none;
}

