body {
         margin: 0px;
         background-color: #FFFFFA;    
         font-family: "verdana","georgia","arial", sans-serif;
         }

td, tr {
          font-family: "verdana","arial","helvetica",sans-serif;
          empty-cells: show;
       }  
ol     {
         margin-bottom: 1.4em;
         list-style-type: decimal;
        }
b       {
          font-weight: 600;
          }
p       {     
         margin-bottom: 1.4em;
          }
ul      {
          list-style-position: inside;
          list-style-image: url(o.gif);
          list-style: outside;
          }
h1     {
          font-size: 140%;
          line-height: 150%; 
          background-color: #FFCC00;
          letter-spacing: 0.1em;
          font-weight: 600;
          margin-bottom: 0.4em;
          text-align: center; 
          }
h2      {
           font-size: 120%; 
           line-height: 140%;
           background-color: #FFCC00;
           font-weight: 600;
           letter-spacing: 0.1em;
           margin-top: 0.8em;
           margin-bottom: 0.4em;
           }

h3       {
          font-size: 110%;
          line-height: 120%;
          font-weight: 600;
          margin-bottom: 0.4em;
          }
h5      {
           font-size: 80%;
           line-height: 80%;
        }
i         {
           font-style: normal;
            }
a          {
             text-decoration: none;
             font-weight: 600;
             }
a:link     {
               color: #000099;
               }
a:visited {
              color: #660066;
                }
a:active  {
              color: #FF3300;
              }
a:hover  {
                text-decoration: underline;
                background-color: #FFCC00;
                }
hr          {
              display: none;
              }

