
all          { color: #000000;
               font-family:Arial,Geneva,Helvetica;
               font-size: 12pt;
             }

body        { background-color: #EFEEED;
              color: #000000;
              font-family:Arial,Geneva,Helvetica;
              font-size: 12pt;
              text-decoration: none;
              font-weight: normal;
              font-style: normal;
            }


A:link    { color: #A37196;
            font-family:Arial,Geneva,Helvetica;
            font-size: 12pt;
          }    /* unvisited links */
A:visited { color: #C396A9;
            font-family:Arial,Geneva,Helvetica;
            font-size: 12pt;
          }   /* visited links   */
A:hover   { color: #FF0000;
            font-family:Arial,Geneva,Helvetica;
            font-size: 12pt;
          } /* user hovers     */
A:active  { color: #33FF33;
            font-family:Arial,Geneva,Helvetica;
            font-size: 12pt;
          }   /* active links    */


h1 { font-size:13pt;
     color:#001133;
     font-family:Arial,Geneva,Helvetica}
h2 { font-size:13pt;
     color:#0033cc;
     font-family:Arial,Geneva,Helvetica}
h3 { font-size:13pt;
     color:#001133;
     font-family:Arial,Geneva,Helvetica
     font-weight:bold;}

td { color: #000000;
     font-family:Arial,Geneva,Helvetica;
     font-size: 12pt;
    }


p,li  { font-size:12pt;
        font-family:Arial,Geneva,Helvetica;}