body {
	font-size: 11pt;
	background: white;
	}
h1 {
	font-size: 14pt;
	border-bottom: 1px solid #666;
}
h2 {
	font-size: 13pt;
}
#sidebar, #FlashContainer  {
	display: none !important;
}
#logo {
	/*background: #FFF url(images/bizbash_header.gif) no-repeat top left;
	background-repeat: no-repeat;
	height: 132px;
	padding: 0;
	margin: 0;*/
	display: none !important;
}
#content {
	width: auto;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
a:link, a:visited {
   color: #333;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
   content: " (http://www.bizbash.com/" attr(href) ") ";
   }
div.sponsorArea {
	display: none !important;
}
.white {
  color: #666;
}
