/* Dit is een Style-Sheet */

body { background: #0000FF; /*blue*/
       color: blue;     /*white*/
       text-align: center;			   
	   margin-top: 5;
	   margin-bottom: 5;
     }

a { color: #FFFFFF;  /*White*/
    font-family: Verdana;
    font-size: 15;
    font-weight: bold;
  }
	 
