body {
	background: white;
font-size: 12pt
	}

#maincontent, #maincontainer {
	width: 100%
}

.searchNav {
	display: none
}
#contentGrid {
	width: 100%
}

#navwrap, #navbase, #navblock, #footer, #tagCloud, .mystuff, #subNavCol, #headerright {
	display: none
}

.quadColumn {
	width: 100%
}

.tripleColumn {
	width: 100%
}
a:link, a:visited {
   color: #ff0000;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
