BODY {
  font-family: arial,sans-serif;
  font-weight: 600;
  text-align: center;
  background: url('waarn.gif');
  background-repeat: no-repeat;
  
  
}

TD {
  font-family: arial,sans-serif;
  font-weight: 700;
  text-align: center;
    
}

#page {
    margin: 0 auto;
    width: 800px; 
    
}

A {
    text-decoration: none;
    font-size: 20;
    font-family: arial,sans-serif;
    background: #E0E0E0;  
}

A:Hover {
    color: white;
    background: gray;
}


