/* First draft - very simple, for under construction page */
body {
	color: White;
	background-color: Navy;
	font-family: sans-serif;
}

a:link {
	color: Silver;
	background-color: Maroon;
}
a:active, a:hover {
	color: white;
	background-color: Maroon;
}
a:visited {
	color: silver;
	background-color: Maroon;
}

div.content {
	width: 400px;
}

div.textbox {
	color: White;
	background-color: Maroon;
	text-align: center;
}

div.notice {
	color: White;
	background-color: Red;
	text-align: center;
}

div.copyright {
	text-align: center;
} 
