/* CSS Document */

/* Hierin wordt de standaard achtergrondkleur bepaald. Bij SitaDance is dat wit
   #FFFFFF. het lettertype van gewone tekst is ook wit*/
body 			{ margin-top:10px;
		    	  margin-bottom:10px;
			  background:#000000;
			  font-family:Verdana,Arial,sans-serif;
			  font-size:10pt;
			  font-color:#FFFFF
    			}

/* De onderste vier definities bepalen hoe de 'links' eruit zien 
In ons geval allemaal wit ook als ze bezocht zijn ivm de zwarte of rode achtergrond                            */
a:link 			{ font-family:Verdana,Arial,sans-serif; color:#000000 ; font-weight:bold; text-decoration:none; }
a:visited 		{ font-family:Verdana,Arial,sans-serif; color:#000000; font-weight:bold; text-decoration:none; }
a:active 		{ font-family:Verdana,Arial,sans-serif; color:#000000; font-weight:bold; text-decoration:none; }
a:hover 		{ font-family:Verdana,Arial,sans-serif; color:#000000; font-weight:bold; text-decoration:none; }
