body {
   background: #fff;
   font-size: 11pt;
   font-family: Georgia, Verdana, Arial, Geneva, Helvetica, sans-serif;
   line-height: 16px;
   }
   
h1 {font-size: 13pt;}
h2 {font-size: 12pt;}
h3 {font-size: 11pt;}

.hide, #nav, #nav-sub {display: none;}

hr.hide, h1.hide, h2.hide {display:block;}

#browse-atoz li {
	list-style: none;
	display: inline;
	}

a:link, a:visited {
   color: #069;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
   }