


body {background-color:#fff;
      color:#000;
      margin:0;
      padding:40px;
      font: normal 12pt/150% verdana,arial,sans-serif;
}


/* Hide the following items */


h2, h3, h4 {
      font-family:Arial,Verdana,sans-serif;
      font-weight:normal;
      line-height:135%;
      }
h2 {
      font-size:22pt;
      }
h3 {
      font-size:18pt;
      }
h4 {
      font-size:16pt;
      }
h4 a:link, h4 a:visited {
      color:#000;
      text-decoration:none;
      }


/* links black */

      a:link, a:visited, a:active {
      color:#000;
      text-decoration:none;
      }


/* show urls in article */

 #main a:after {
     content: " (" attr(href) ")";
     font-size:11pt;
     }