body {
  margin: 0;
  text-align: left;
  font-family: Arial;
  color: #AEBB55;
  background-color: #bbb;
  font-size: 12px;
}


a {
  color: #76a131 /*#aebb55*/;
}

a:hover {
  text-decoration: none
}

.head {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #ccd671;
  line-height: 30px
}  
