a:link    {background-color: transparent;
           color: #0000A0;
           font-weight: normal;
           text-decoration:none;}
           
a:visited {background-color: transparent;
           color: #0000C0;
           text-decoration:none;}

a:active  {background-color: transparent;
           color: #fe0000;
           text-decoration:none;}

a:hover   {background-color: #EEEEEE;
           color: #1919ff;
           text-decoration:none;}

a.small:hover   {background-color: #eeeeee;
           color: #1919aa;
           text-decoration:none;}

a.small {
         background-color: transparent;
         text-decoration: none;
         font-family: verdana,geneva,helvetica,sans-serif;
         font-size: small;}

a.bold  {
         background-color: transparent;
         text-decoration: none;
         font-weight: bold;
         font-family: verdana,geneva,helvetica,sans-serif;
         font-size: medium;}

body {
  background-color: white;
  color: #000000;
  font-family: verdana,geneva,helvetica,sans-serif,sans-serif;
}

h1 { 
  color: black;
  background-color: transparent;
  font-weight:bold;
  font-size: 140%;
}

h2 { 
  color: black;
  background-color: transparent;
  font-weight:bold;
  font-size: 120%;
}

div.nav {
  font-family: verdana,geneva,helvetica,sans-serif;
  font-size:95%; 
} 

div.small {
  font-family: verdana,geneva,helvetica,sans-serif;
  font-size: 90%;
} 


ul.links {
  margin-left : 0;
  padding-left : 0;

}

ul.links li {
  margin-left : 0;
  list-style : none;
}

ul.links li b {
  margin-left : 0;
  list-style : none;
}

ul.links li ul {
  padding-left : 1em;
  margin-left : 0;
}
