  td { color: #oooooo; text-decoration: none; font-family : Comic Sans MS; font-size : 13px;}
   a {   color: blue; text-decoration: none; cursor: hand}
   a:hover  {text-decoration : underline; color : red;}
   a:active {text-decoration : none; color : red; background-color : #ffffcc;}

     BODY {
	background-color : #FFFFCC;
}

   .kopje {
   position : absolute;
   left : 50px;
   height : 200px;
   }
   
   .school {
  	position :absolute;
  	left : 100px;
  }
.kopje2 {
	position : relative;
	top : 50px;
	left: 50px;
}

.school2 {
	position : relative;
	top : 50%;
	left : 50px;
	width : 420px
}

.header {
font-size : 150%;
font-weight : bold;
}
