body {
   background: white;
   font-size: 12pt;
   }
   
#header {
	text-align: center;
}

#quote #random-quote {
	display: none;
}

#quote-div{
	display: none;
}

#navigation {
	display: none;
}

#col-right {
	display: none;
}

#footer {
	display: none;
}

#subfooter {
	margin-top: 30px;
}


#col-left a {
	text-decoration: none;
	color: #000000;
}
#col-left a:after {
    content: " (" attr(href) ") ";
}
