a:link   {
	color: #08461A;
	text-decoration: none;
}
a:visited  {
	text-decoration: none;
	color: #08461A;
}
a:hover  {
	text-decoration: none;
	color: #660000;
}
a:active  {
	text-decoration: none;
	color: #000099;
}
#editable {
}
#title {
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}
#text {
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
}
#form {
	padding: 10px;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
}
#form td {
	font-size: small;
}
