/* team default stylesheet, $Date: 1997/02/13 21:58:00 $ */
  BODY {
    margin-left: 2%;
    margin-right: 2%;
    background: #FFF;
    color: black; 
    font-family: verdana, arial, helvetica, sans-serif;  
  }

  A:link { 
    color: #22F
  }       /* unvisited link */

  A:visited { 
    color: #555
  }   /* visited links */

  A:active { 
    color: #
  }    /* active links */

  DIV.main {
    margin-left: 15%;
  } /* place the bulk of the document inside such a div, with 
       the heading stuff at the top and the hr, address, date 
       etc at the bottom outside the div.

  DIV.main H1, DIV.main H2, DIV.main H3 {
    margin-left: -14.1%
  }

  CAPTION {
    font-style: italic
  }

  PRE {
    font-family: courier new, courier, monaco, monospace;
    font-size: 80%;
  }

  H1 {
    clear: left;
    margin-top: 2em;
    text-align: center;
  }  /* the main heading of the document */

  IMG {
    border: 0;
  }
  
  P.disclaimer { 
    font-style: italic; 
    margin-left: 8%; 
    margin-right: 8% 
  }

  P.comment {
    color: #095
  } /* use for rough "should this realy be blah" type comments" */

  span.comment {
    color: #095
  }

  .hide {
    display: none;
    color: white;
  }  

  blockquote {
    margin-left: 4em; 
    margin-right: 4em;
    margin-top: 10pt; 
    margin-bottom: 10pt;
    font-style: italic;
  }

  span.attribution {
    font-weight: bold
  } /* use this like <blockquote>stuff<br><span class=attribution>
       -- authorname</span></blockquote> */