body {color: black;
       font-family: verdana,helvetica,lucida,arial,sans-serif;
       font-size: 12px;
       margin: 0;
     }     

h2 {
       color: navy;
       font-size: 150%;
   }

* {
       font-size: 12px;
  }

a {color: navy;
       font-weight: bold;
       text-decoration: none;
  }

a:hover {color: blue;
       text-decoration: underline;
        }

