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