body 
{
	background-color: #000011;
	font-family:verdana, tahoma, arial, sans-serif;
	color: #FAFAD2;
	font-size:10pt;
}

div
{
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	background-color:#090929;
	-moz-border-radius:20px;
}

h1, h2, h3, h4, h5, h6
{
	text-align:center;
}

/*
* Slightly different shade for the non-content ones
*/
div.heading, div.navigation, div.external-links, div.lastupdate
{
	text-align:center;
	background-color: #000022;
}

a
{
	color: #AFFAD2;
}

a:visited
{
	color: #FAAFD2;
}

div.warning
{
	background-color:#FFFF33;
	color:#000000;
}

/*
* Woo! Even the CSS file contains a test! NRTestsCSS
*/