#main-wrapper-div {
   border: 7px solid #7e7e88;
}

a:link, a:visited {
  color: #7e7e88;
  text-decoration: none;
}

a:hover, a:active {
  color: #7e7e88;
  text-decoration: underline;
}

h1,h2,h3,h4 {
  color: #7e7e88;
}

#menu-div a:hover, #menu-div a:active, #menu-div a.active {
  background-color: #7e7e88;
  color: #FFF;
}

input[type="button"], input[type="submit"], .button {
  background-color: #7e7e88;
}
