
body {
         margin: 0em;
         background-color: #FFFFFA;    
         font-family: "verdana","arial","georgia", sans-serif;
         }

td, tr {
          font-family: "verdana","arial","georgia",sans-serif;
          }
ol     {
         margin-bottom: 1.4em;
         }
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: 130%;
           background-color: #FFCC00;
           font-weight: 600;
           letter-spacing: 0.1em;
           margin: 0 em;
           margin-top: 1.4 em;
           margin-bottom: 0.4em;
           }
i         {
           font-style: normal;
            }
a          {
             text-decoration: none;
             font-weight: 600;
             }
a:link     {
               color: #0000CD;
               }
a:visited {
              color: #800080;
                }
a:active  {
              color: #FF3300;
              }
a:hover  {
                text-decoration: underline;
                background-color: #FFCC00;
                }
hr          {
              display: none;
              }


