BODY {
     color: #000000;
}

A.myHeader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #ffffff; 
}

A.myHeader:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #04FE0A; 
}

A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #563106;
  text-decoration: none;
}

A:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #5BBE0B;/*Darker Green*/
  text-decoration: underline;
}

A.MenuText{
  font-family: Monotype Corsiva;
  font-size: 18px;
  color: #336600;
  font-weight: bold;
}

A.MenuText:hover {
  font-family: Monotype Corsiva;
  font-size: 18px;
  color: #FF9933;
  text-decoration: underline;
  font-weight: bold;
}

