body {
	background-color : #000000;
}
p {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 1.5em;
	text-align: center;
}
a {
	text-decoration:none;
	outline:none;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding: 0.2em 3em 0.2em 3em;
	border-radius: 1em;
}
a:hover {
	border: 2px solid #FFFFFF;
}
input[type=email] {
	width: 30em;
	height: 2em;
	font-family: inherit;
	font-size: 0.7em;
}
.antispam { display:none; }
textarea {
	width: 30em;
	height: 8em;
	font-family: inherit;
	font-size: 0.7em;
	resize: none;
	vertical-align: top;
}
input[type=submit] {
	text-decoration:none;
	cursor: pointer;
	outline:none;
	background-color : #000000;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding: 0.2em 3em 0.2em 3em;
	border-radius: 1em;
	font-size: 1em;
}
input[type=submit]:hover {
	border:2px solid #FFFFFF;
}
.footer {
	font-size: 0.5em;
	border: none;
}
.footer:hover {
	text-decoration: underline;
	border: none;
}