#fuss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding-top: 0.5em;
	border-top-style: none;
	margin-left: 5em;
	margin-right: 5em;
}
#fuss1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3em;
	margin-right: 3em;
}
body {
	background-color: #444444;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCFFCC;
}
textarea {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	background-color: #C0C0C0;
}
a:hover {
	color: #FF6600;
}
a:link {
	text-decoration: none;
	color: #00CCFF;
}
a:visited {
	text-decoration: none;
}
