/*
  bestand : <title>navorming.css</title>
  datum   : 2002-december-31
  auteur  : calu
*/

body{
  background-color : #FFFFFF;
  color : #0000FF;
  font-family : helvetica, arial;
}  

a:link {
  font-weight : bold;
  font-size : 12px;
  color : #0000BB;
  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 : #0200A0;
  background-color : #BB0000;
  text-decoration: none;
}

h1{
  text-align : center;
  font-weight : bold;
  font-size : 24px;
  font-family : tahoma,verdana, helvetica, arial;
}


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;
}
  
tr.titel{
  background-color : #0000FF;
  color : #FFFFFF;
  width : 100%;
}

td.grootte{
  font-family : verdana, helvetica, arial;
  font-size : 18pt;
}

td.links{
  text-align : left;
}

td.rechts{
  text-align : right;
}

td.midden{
  width : 100%;
  text-align : center;
  font-weight : bold;
  font-size : 24px;
  font-family : tahoma,verdana, helvetica, arial;  
}

div.vol{
  width = 100%;
}

