      BODY { font-family: georgia}
      ul { 
        background: white; 
        margin: 12px 12px 12px 12px;
        padding: 3px 3px 3px 3px;
                                     /* No borders set */
      }
      caption { 
        color: black;                /* text color is black */ 
        background: white;            /* Content, padding will be gray */
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px; /* Note 0px padding right */
       
                                     /* No borders set */
      }
      caption.withborder {
        border-style: solid;
        border-width: 1px;        /* sets border width on all sides */
        border-color: black;
         
      }
      bar {
        color: white;                /* text color is white */ 
        background: black;            /* Content, padding will be gray */
        margin: 5px 5px 5px 5px;
        padding: 5px 5px 5px 5px; /* Note 0px padding right */
       
                                     /* No borders set */

         
      }

       SMALL { font-size: .83em }
       BLOCKQUOTE      { margin-left: 40px; margin-right: 40px }
       H2              { font-size: 1.5em; margin: .83em 0 }
       H3              { font-size: 1.17em; margin: .83em 0 }
       H4              { font-size: 1em; margin: 1em 0 }



<!--
a:link {color: #0000ff; text-decoration: none; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: 0000ff; text-decoration: none; }
a:hover {color: #ff0000; text-decoration: none; }
-->

