html { 
  font-family: arial,verdana;
  font-size:0.8em;

}

body {
  background-color:#739F4A;
  vertical-align:middle;
}

a {
 color: #000000;
 text-decoration: none;
 font-weight: bold;
 font-size:0.8em;

}

a:hover {
 color: #A8C390;
 background-color: none;
 text-decoration: none;
 font-weight: bold;


}