table.headerFooter {
  background-color: #ccffcc;
  border-style:     solid;
  border-color:     black;
  border-width:     1px;
  padding:          0px;
  width:            100%
}

img {
  border-style: none
}

a {
  color: red;
}

div.MainBody {
  margin-left: 1%;
  margin-right: 5%
}

#menu {
  position: relative;
}

#menu h2 {
  border-color: #f90;
  border-style: solid;
  border-width: 0px 0px 3px 0px;
  font-size: medium;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  padding-left: 0em;
  text-transform: uppercase;
  color:#000;
  background-color: transparent;
  border-bottom: 1px solid #000;
  width: auto;
}

#menu a {
  color: #000;
  background-color: transparent;
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size:small;
}

#menu a:hover {
  color: red;
}

