body {
	background-color: black;
	margin: 1em 4em 2em 4em;
	color: white;
	font-family: courier;
}

div.intro {
	color:red;
	text-align:center;
	margin: 5em 0em 0em 0em;
}

div.validation {
	text-align:center;
	margin: 5em 0em 0em 0em;
}

div.center {
	text-align: center;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}

img {
	border: 0;
}

div#container{width:700px;margin:0 auto}
div#navigation{float:right;width:350px}
div#extra{float:left;width:350px}
div#footer{
	clear:both;
	width:100%;
	text-align: right;
	padding-top: 1%;
}
