/**
* styles 
* 
* wb.css - white on black
* 
* stuart sillitoe 2008
* 
**/


body
{
background:#000;
color:#eee !important;
font-size:0.9em;
font-family:verdana, sans-serif;
margin:0 2em;
}

div#wrapperWrap{
	background:none;
	
	}
	
p{
	color:#ffffff;
	}	
	
.smallPrint {
	color:#ffffff;
	}	
	
.smallPrint a:link, .smallPrint a:visited{
	color:#ffffff;
	}

