body {
   background: white;
   font-size: 12pt;
   }
   
#Top, #leftc, #fquote, .footerlinks, .footerlinks2, #cright, #pnav, #ppic {
   display: none;
   }
   
h1 {
	font: 17px Tahoma;
	font-weight: bold;
	margin: 0px;
	color: #FFFFFF;
}

h2 {
	font: bold 13px verdana,arial,helvetica,sans-serif;
	color: #35700A;
	margin: 0px;
	font-weight: bold
}
   
#cbody {
	width: 600px;
}
   
#cbody a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#cbody a[href^="/"]:after {
   content: " (http://www.dalcross.com" attr(href) ") ";
   }