/*
   bestand : links.css
   datum   : 2002-juli-18
*/

body{
   background-color : #eeeeee;
   color : #0200A0;
   font-family : verdana,helvetica, arial;
}

a:link {
  font-weight : bold;
  font-size : 12px;
  color : #0200A0;
  text-decoration: none;
}

a:active {
  font-weight: bold;
  font-size : 12px;
  color: #0200A0;
  text-decoration: none;
}  

a:visited {
  font-weight: bold;
  font-size : 12 px;
  color : #00000;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  font-size : 12px;
  color : #02FF6F;
  text-decoration: none;
}

h1{
  width : 100%;
  text-align : center;
}

h2{
  width : 100%;
  text-align : center;
}

table.vol{
  width : 100%;
}

table.volkader{
  width : 100%;
  background-color : #eeeeee;
  border-collapse: collapse;
  border: 1px solid blue;
}

caption{
  font-family : Arial, helvetica, verdana;
  font-size : 16 px;
  font-weight : bold;
}

th{
 background-color : #0200A0;
 color : #FFFFFF;
}

tr.even{
  background-color : #dddddd;
  color : #000000;
}

tr.oneven{
  background-color : #FFFFFF;
  color : #000000;
}
  
td.fout{
  color : #FF0033;
}  

tr.fout{
  background-color : #CCCCFF;
  color : #FF0000;
  font-size : 14px;
}

div.fout{
  left : 20%;
  width : 60%;
  color : red;
  font-size : 18px;
}

div.wijzigww{
  position : relative;
  top : 25%;
  left : 30%;
  width : 40%;
  background-color : #CCCCFF;
  color : #0000FF;
}
