<style type="text/css">
   body { color: black; }
   h1 { font-size: 180%; font-weight: bold; }
   h2 { font-size: 110%; font-weight: bold; }
   em { font-weight: bold; background:red; }
   em.score { font-weight: bold; background:#40C0FF; }
   em.diff { font-weight: bold; background:#00FF00; }
   strong { text-transform: uppercase;  font-weight: bold; }
   pre { font-family: monospace; }

   A:link, A:visited { color: navy }
   A:active { color: blue }

   A:link IMG { border: none }
   A:visited IMG { border: none }
   A:active IMG { border: none }


   table {
      font-family: Arial, sans-serif;
      empty-cells: show;
   }

   A.new:link { color: black }
   A.new:visited { color: black }
   A.new:active { color: black }

</style>
