#fuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	border-top-width: 0.1em;
	padding-top: 0.5em;
	border-top-style: outset;
	margin-left: 5em;
	margin-right: 5em;
	border-top-color: #000000;
}
body {
	background-color: #efFFFF;
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFF00;
}
textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFF00;
}
.button {
	background-color: #C0C0C0;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
