body {
	color: #00F;
	background: #004;
	}
#logo {
	text-align: center; 
}
	
h1 {
	text-align: center; 
	color: #00F;
	}

p.error_message {
	color: #F00;
	font-weight: bold;
	font-size: 1.5em;
}

table#footer {
	background: #000;
	border: solid #009 3px;
	margin-top:  64px;
	width: 100%;
	color: #0F0;
}
table#footer td {
	border: none;
}
table#footer p {
	margin-top: 0px;
	}
table#footer a:link {
	color: #00F;
	}
table#footer a:visited {
	color: #00F;
	}
