H1 {
 text-decoration: none;
 font-size: 11px;
 font-weight: normal;
 font-family: arial, helvetica;
 }

.zwart {
 background: #999999;
 text-decoration: none;
 font-size: 22px;
 font-weight: bold;
 font-family: times;
 color: #FFCC00;
 }

.zwartlink {
 background: #000000;
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 font-family: times;
 color: #FFCC00;
 }

.geellink {
 background: #FFFF00;
 text-decoration: none;
 font-size: 16px;
 font-weight: bold;
 font-family: times;
 color: #FF0000;
 }

.rood {
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #990000;
 color: #ffff66;
 }

.roodlink {
 text-decoration: underline;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #990000;
 color: #ffff66;
 }

.blauw {
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #000066;
 color: #99ccff;
 }

.blauwlink {
 text-decoration: underline;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #000066;
 color: #99ccff;
 }

.groen {
 text-decoration: none;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #FF9900;
 color: #FFcc00;
 }

.groenlink {
 text-decoration: underline;
 font-size: 14px;
 font-weight: bold;
 font-family: arial, helvetica;
# color: #FF9900;
 color: #ffcc00;
 }
