/*
This stylesheet contains the 'black' overrides
*/
body {
	color: white;
	background: black;
}
#logo a {
background: transparent url(images/bm_header.gif) no-repeat scroll 0 0;
}
a {
text-decoration:none;
color: white;
}
a:hover {
color:#888888;
}
div.post p a {
text-decoration:none;
color:#00ff00;
font-weight:600;
}
div.post p img {
padding-top: 3px;
padding-bottom: 3px;
}
