/* CSS Document */

body {background-color: #fdf7cf}
body,td,th {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px}

/* moet in volgorde staan */
a:link {color: blue; text-decoration:none}
a:visited {color: blue; text-decoration:none}
a:hover {color: blue; text-decoration:underline}
a:active {color: blue; text-decoration:none}

/* tables */
tr#t {background-color:#fbe86f; color:#000000}		/* titel */
tr#d {background-color:#d5d5d5}						/* donker */
tr#h {background-color:#e5e5e5}						/* helder */
tr#m {background-color:#ffdddd}						/* mark */

span#red {color:#ff0000; font-weight:bold}			/* boodschap groen */
span#green {color:#00aa00; font-weight:bold}		/* boodschap rood */
