a:link {text-decoration: none; font-size: small; color: #003366 }
a:visited {text-decoration: none; font-size: small; color: blue }
a:active {text-decoration: none font-size: small;}
#A:hover {text-decoration: underline; font-size: small; color: red;}
a:hover {color: #000; background-color: #F4F2E4; border-bottom: 1px solid #9A8E51;}

body {
    color: black;
    background-color: white;
    font-size: small;
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif }

address {
    color: black;
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted }

ul {
   color: #FFFF99 }

h3 {font: bold 1em Verdana, Arial, sans-serif; letter-spacing: 2px;
  text-transform: uppercase;}

h4 {text-decoration: none; font: 1.2em Georgia, Times, serif; margin-bottom: 0.5em;}

.title {text-decoration: underline; font: 1.4em Georgia, Times, serif; margin-bottom: 0.5em;}
