/* a.full       {color: blue; text-decoration: none;} */
a.klik {color: black; text-decoration: none;}
a.edit {color: red; text-decoration: none;}
a.naam {background: white; color: black;}
.naam:link {color: #00C; text-decoration: none} /* blauwe link, niet onderstrepen */
.naam:visited {color: #00C; text-decoration: none} /* blauwe link na klik, niet onderstrepen */
.naam:hover {color: #F00; text-decoration: none} /* rode link cursor niet onderstrepen */
a.anders {background: white; color: black;}
.anders:link {color: black; text-decoration: none} /* blauwe link, niet onderstrepen */
.anders:visited {color: black; text-decoration: none} /* blauwe link na klik, niet onderstrepen */
.anders:hover {color: red; text-decoration: none} /* rode link cursor niet onderstrepen */
body {background: white; color: black; font-family: Verdana, Arial, sansserif; font-size: 100%;}
table.normaal {width: 98%;}
tr.celstlRd {background: white; color: purple; text-align: left; font-size: 100%;}
td.celstijl {background: #CCC; color: black; text-align: center; font-size: 100%; border-right: medium solid; width:10%;}
td.celstijlFR {background: #CCC; color: black; text-align: center; font-size: 100%; border-right: medium solid; width:10%;}
td.start {background: #CCC; color: black; text-align: center; font-size: 100%;}
td.criterium {background: #CCC; color: black; text-align: center;}
td.record {vertical-align: middle; text-align: center;}
.record a:link {color: #000; text-decoration: none} /* zwarte link, niet onderstrepen */
.record a:visited {color: #00C; text-decoration: none} /* blauwe link na klik, niet onderstrepen */
.record a:hover {color: #F00; text-decoration: none} /*rode link cursor niet onderstrepen */
td.pubrecord  {vertical-align: middle;}
.pubrecord a:link {color: #000; text-decoration: none} /* zwarte link, niet onderstrepen */
.pubrecord a:visited {color: #00C; text-decoration: none} /* blauwe link na klik, niet onderstrepen */
.pubrecord a:hover {color: #F00; text-decoration: none} /*rode link cursor niet onderstrepen */
tr.even {background: #DDD;}
tr.oneven {background: #EEE;}
