/* achtergrond kleuren */
.background_black { background-color:#000000;}
.background_white { background-color:#FFFFFF;}
.background_blue { background-color:#336699;}
.background_grey { background-color:#F5F5F5;}
.background_brown { background-color:#FFCC00;}
.background_default { background-color:#ACACD0;}


/* De pagina body */
BODY {
  background-color:#FFCCFF;
  font-family:"Comic Sans MS";
  margin-top:0px;
  margin-left:0px;
  margin-right:0px;
  margin-bottom:0px;
}

/* links */
A {
  color:#CC0099;
  font-size:80%;
  font-family:"Comic Sans MS";
  font-weight:normal;  
  text-decoration:none;
}

A:hover {
  color:#CC0099;
  font-size:101%;
  text-decoration:none;
}

A:visited {
  color:#CC0099;
  text-decoration:none;
}

/* Het menu lijstje */
UL.menu {
 list-style-position:outside;
 list-style-type:none;
 margin-top:140px;
 margin-bottom:0px;
 margin-left:10px;
 padding-left:0px;
  
}

/* andere lijstjes */
UL {
 list-style-position:outside;
 list-style-type:square;
 margin-top:0px;
 margin-bottom:0px;
 margin-left:20px;
 padding-left:0px;
  
}

/* Koppen */
H1, .H1 {
  font-family:"Comic Sans MS";
  color:#000000;
  font-size:26px;
  font-weight:normal;
  line-height:140%;
}

H2, .H2 {
  font-family:"Comic Sans MS";
  color:#000000;
  font-size:22px;
  font-weight:normal;
  line-height:140%;
}

H3, .H3 {
  font-family:"Comic Sans MS";
  color:#000000;
  font-size:18px;
  font-weight:normal;
  line-height:140%;
}

H4, .H4 {
  font-family:"Comic Sans MS";
  color:#000000;
  font-size:14px;
  font-weight:normal;
  line-height:140%;
}

H5, .H5 {
  font-family:"Comic Sans MS";
  color:#000000;
  font-size:11px;
  font-weight:normal;
  line-height:140%;
}

H6, .H6 {
  font-family:V"Comic Sans MS";
  color:#000000;
  font-size:9;
  font-weight:normal;
  line-height:140%;
}
