/* Dit is een Style-Sheet */
body { background-color: #000000; /*black*/
     }
h1 { color: #FFFFFF;   /*white*/
     font-family: Times;
   }

a.embleem {  margin-left: -10px; 
          }

a.buttons {  margin-left: 0px; 
          } 
		  
p  { margin-left: 15px; 
     font:11px arial;
	   color:#FFFFFF;
   }

