* {
	margin: 0px;
	padding: 0px;
	background-color: #444444;
}

#banner {
	width: 50%;
	float: center;
	margin: auto;
	margin-top: 100px;
}

#banner h1 {
	color: white;
	font-size: 50pt;
}

#banner p {
	color: white;
	display: block;
	font-size: 20pt;
	clear: both;
}

#banner a, a:active, a:visited {
	color: lightgrey;
	text-decoration: none;
}

#banner a:hover {
	text-decoration: underline;
	color: white;
}

#banner input {
	display: block;
	float: right;
	clear: right;
	border: solid;
	border-color: white;
	margin: 2px;
	font-size: 15pt;
	color: white;
	background: none;
}

#banner .submit {
	width: 100%;
	color: white;
}

#banner label {
	font-size: 20pt;
	display: block;
	float: left;
	clear: left;
	color: white;
	display: block;
}


a
