 body{
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: white;
  width: 95%;
  height: 96%;
  background-color: white;
 }

 .entries{
  width: 60%;
  height: 100%;
  background-color: #308014;
  border: 2px solid black;
  top: 8px;
  margin-left: 2px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  float: left;
  overflow: auto;
 }
 
 .oudcontainer{
  position: relative;
  width: 35%;
  height: 99%;
  top: 8px;
  border: 1px solid white;
  text-align: left;
  float:right;
 }
 
 .oud { 
  position: absolute;
  width: 99%;
  height: 51%;
  top: 50%;
  background-color: #308014;
  border: 2px solid black;
  padding-left: 10px;
  overflow: auto;
 }

 h1{
  padding-bottom: 0px;
  margin-bottom: 4px;
  margin-top: 5px;
  font-size: 18px;
 }
  
 h2{ 
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 5px;
 }  
  
 h4{
  font-size: 9px;
  font-weight: normal;
  margin-top: 0px;
 }
 
 a{
  text-decoration:none;
 }

 img{
  border: 2px solid black; 
 }
 
 a:link {
  color: #A6D785;
 }
 
 a:visited {
  color: #A6D785;
 }
 
 a:hover {
  color: #A6D785;
 }
 
 a:active {
  color: #A6D785;
 }

