/* CSS Document */
.myFont { /* Still trying to figure out the family font crap*/
  font-family: "Dublin", "Papyrus", fantasy;
  /* my version of Kelly Green */
  color: #004603; }
.parFont {
  font-family: Arial, Helvetica, sans-sans-serif;
  font-size: 20px;
}
/* This adds the blocks around the links */

.menu a:link, a:visited {
  font-family: 'Dublin', 'Papyrus', fantasy;
  background-color: white;
  color: #004603;
  border: 2px solid #004603;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.menu a:hover, a:active {
  background-color: #004603;
  color: white;
}
