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


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

a:link, 
a:visited
{
color:#1589FF;
}
a:hover
{
color:red;
}

object,
img,
.cycle
{
display:none;
}

#zoom object{
	display:block;
}

*{
	background:#fff !important;
	background-image:none !important;
	float:none !important;
	text-align:left;
}

#home *{
	position:relative !important;
	top:0px !important;
	left:0px !important;
	bottom:0px !important;
	right:0px !important;
	width:auto !important;
	height:auto !important;
}