body {
	background-color: #000;
	text-align: center;
	font-family:Arial,Verdana,Sans-Serif;
	color: #BBB;
}

a {
	text-decoration: none;
	color: #DDD;
	font-weight: bold;
}
a:hover img {
	border: 2px solid #FFF;
}
a:visited {
	color: #DDD;
}
a:active {
	color: #BBB;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

li {
	padding: 0.5em;
}
input {
	width: 600px;
	background: #DDD;
	font-size: 1.5em;
}
textarea {
	width: 600px;
	height: 5em;
	background: #DDD;
	font-size: 1.5em;
}


