#editable {
}
#title {
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#banner {
	border: medium solid #3366CC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#text {
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
a:link {
	color: #08461A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #08461A;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #660000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
