body { 
  color : #000000; 
  background : #ffffff; 
  font-family : "Times New Roman", Times, serif;
  font-size : 12pt; 
}
a { 
  text-decoration : underline; 
  color : #0000ff; 
}
#navigation, #advertising, #other { 
  display : none; 
}

/*
body {
   background: white;
   font-size: 12pt;
   font-family: Trebuchet MS, Helvetica, sans-serif
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
 */
/* to be effective, these must be in DIV tags */
/*
#navigation, #footer, #other { 
  display : none; 
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.thelitmustest.org" attr(href) ") ";
   }
*/