@charset "iso-8859-1";
/* CSS Document */
<!--
body {
	color: #ccc;
	background-color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
a { 
	color: #cc0000;
}
#contentarea {
	background-color: #222;
	width: 770px;
	margin: 5% auto 0 auto;
	font-size: 140%;
}
#footer {
	background-color: #222;
	width: 770px;
	height: 550px;
	margin: 30px auto 0 auto;
	font-size: 90%;
}
label {
	width: 30%;
	display: block;
}
input {
	font-size: 130%;
}

-->
