
A:link, A:visited, A:active {
  color: #7C8B69;
  background-color: transparent; 
  text-decoration: none;
}

A:hover {
  color: red;
  background-color: transparent; 
  text-decoration: underline;
}

H1 {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 140%;
  color: black;
  font-weight: bold;
  margin-bottom: 0px;
}

H2 {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 110%;
  color: black;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0px;
}

H3 {
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 100%;
  color: black;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0px;
}

.content {
  padding: 20px;
  font-family: Georgia, Times New Roman, Times, Serif;
}

.mainmenu {
  font-size: 100%;
  font-family: Arial, Helvetica, Sans Serif;
  font-weight: bold;
  color: #7C8B69;
  padding-top: 10px;
  padding-left: 20px;
  line-height: 40px;
}

.footer {
  color: #7C8B69;
  font-family: Arial, Helvetica, Sans Serif;
  font-size: 60%;
}

.footer A:link, .footer A:active, .footer A:visited {
  color: #7C8B69;
  background-color: transparent; 
  text-decoration: none;
}

.footer A:hover{
  color: red;
  background-color: transparent; 
  text-decoration: underline;
}

