body, table, td, p { 
          background: white;
          color: black;
          letter-spacing: 2;
          line-height: 175%;
          font-family: Verdana, Arial, Times, serif;
          font-size: 12px;
          text-align: justify
          }

a:link { color: #0000BB; text-decoration: none }
a:visited { color: #8888FF }
a:hover { text-decoration: underline }

h1 { 
         font-family: arial, helvetica, sans-serif;
         font-size: 20pt;
         font-style: bold 
          }
blockquote { 
          background: white;
          color: black;
          font-style: italic;
          font-size: 8pt 
          }
/* Background color isn't inherited, so we repeat it
on paras inside block quotes.
*/
blockquote p { background: white }