html {
  background: #eed4b1;
}

h1 {
  color: #009200;
  font-size: 20px;
}

a {
  color: #009200;
}

body {
  color: #000000;
  font-size: 14px;
  font-family: Arial;
}

.headerTop {
  background: #eed4b1;
}

.headerRight span {
  color: #742c2c;
  font-family: Arial;
}

.mainNav {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #742c2c), color-stop(100%, #824242));
  background: -webkit-linear-gradient(bottom, #742c2c 25px, #824242 25px);
  background: -moz-linear-gradient(bottom, #742c2c 25px, #824242 25px);
  background: -o-linear-gradient(bottom, #742c2c 25px, #824242 25px);
  background: linear-gradient(to bottom, #742c2c 25px, #824242 25px);
  height: 50px;
}

.mainNav ul li {
  height: 50px;
  display: inline-block;
  border-right: 1px solid #742c2c;
  border-left: 1px solid #824242;
}

.mainNav ul li:hover {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #693535), color-stop(100%, #753b3b));
  background: -webkit-linear-gradient(bottom, #693535 25px, #753b3b 25px);
  background: -moz-linear-gradient(bottom, #693535 25px, #753b3b 25px);
  background: -o-linear-gradient(bottom, #693535 25px, #753b3b 25px);
  background: linear-gradient(to bottom, #693535 25px, #753b3b 25px);
}


.on {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #693535), color-stop(100%, #753b3b));
  background: -webkit-linear-gradient(bottom, #693535 25px, #753b3b 25px);
  background: -moz-linear-gradient(bottom, #693535 25px, #753b3b 25px);
  background: -o-linear-gradient(bottom, #693535 25px, #753b3b 25px);
  background: linear-gradient(to bottom, #693535 25px, #753b3b 25px); 
}

.mainNav ul li a {
  color: #ffffff;
  font-family: Arial;
}

.about {
  background: #eed4b1;
  color: #000000;
  font-size: 14px;
  font-family: Arial;
}

.newsfeed {
  background: #eed4b1;
  color: #000000;
  font-size: 14px;
  font-family: Arial;
}

.newsfeed h1 {
  color: #009200;
  font-family: Arial;
}

.mainFooter {
  background: #eed4b1;
}

.mainFooter ul li {
  display: inline;
  padding: 0 10px;
  border-right: 1px solid #ffffff;
}

.mainFooter ul li a {
  color: #ffffff;
  font-family: Arial;
}

.copyright {
  color: #ffffff;
}