body {
	background-position: right 0px;
	background-color: white;
}

#content {
	top: 110px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 7px;
	width: 464px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: black;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 33px;
	margin-bottom: 5px;
	font-size: 23px;
}

#content a {
	color: #ff0300;
	text-decoration: underline;
}

textarea {
	max-height: 400px;
	max-width: 95%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	border-color: black;
	border-style: solid;
	border-width: 5px;
	line-height: 21px;
	padding: 6px;
	font-size: 12px;
	color: black;
	height: 200px;
	width: 95%;
}

