body {
	background: black;
	color: white;
	margin: 0;
	padding: 0;
	font: 1em Arial, sans-serif;
	text-align: center;
}

a:link { color: silver; font-weight: 600; text-decoration: none; }
a:visited { color: silver; font-weight: 600; text-decoration: none; }
a:hover { color: white; font-weight: 600; text-decoration: none; }

#content {
	margin: 15px auto;
	padding: 0;
	width: 750px;
	text-align: center;
}

table {
	margin: auto;
	font: 1em Arial, sans-serif;
}

p {
	font: 1em Arial, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}

img {
	border-width: 0;
}
	
#foot {
	color: gray;
	font: 0.6em Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
}
#foot a:link { color: silver; font-weight: normal; text-decoration: none; }
#foot a:visited { color: silver; font-weight: normal; text-decoration: none; }
#foot a:hover { color: white; font-weight: normal; text-decoration: none; }

#vision {
	margin: 0 140px 0 100px;
	padding: 0;
	text-align: left;
}

.message {
	font-weight: bold;
	color: red;
	margin: 0;
	padding: 0;
}

.title {
	font: 1.3em Arial, sans-serif;
	color: white;
	margin-bottom: 15px;
	padding: 0;
}
