body
{
  background-image:url('ihmoe.gif');
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  font-family:"Verdana", sans-serif;
} 

div#cons
{
  position: absolute;
  top: 7%;
  left: 20%; 
  heigh: 5% !important;
  
}

div#content
{
  position: absolute;
  height: 80% !important;
  float: left;
  left: 20%;
  width: 60%;
  top: 5%;
}

table
{
  border-collapse:collapse;
  width: 100%;
}

table, td, th
{
  /* border:1px solid black; */
  border: none;
}

td, th
{
  padding: 5px;
}

th
{
  color: #CCC715;
  background-color: #008F3E;
}

th#naam
{
  width: 250px;
}

th#dl
{
  width: 50px;
}
th#oms
{
  width: 450px;
}

p
{
  font-family:"Verdana", sans-serif;
}

a:link {color:#000000;}      /* unvisited link */
a:visited {color:#000000;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */
