a {  text-decoration: none; color: #ffffff }
a:hover      { text-decoration: Bold  ;  color: #FFFF64}

TABLE.text1{
}

#x td:hover {
background-color: white; 
}

#x a {display: block; }
#x a:hover {display: block; 
background-color: white
}


a.blauw { text-decoration: none; color: green }
a.blauw:hover { color: #A80000 }

a.rood { text-decoration: none; color: CC3300 }
a.rood:hover { color: green }