/* @override http://www.themoderne.net/css/color.css */

#formContainer {
	background-color: #FFFFFF;
}
body {
	background-color: #000000;
}
#formContainer h1 {
	color: #FF6600;
}
#formContainer a:link, #formContainer a:visited {
	color: #FF6600;
	text-decoration: none;
}
#formContainer a:hover {
	text-decoration: underline;
}
#home #footer p {
	color: #333;
}
#home #footer a:link, #home #footer a:visited {
	color: #333;
	text-decoration: none;
}
#home #footer a:hover {
	text-decoration: underline;
}
#home #footer a:active {
	text-decoration: none;
}
