	body {background-color : #ffcc33;
		font-family : verdana;
		font-size : 12px;
		color : #000000;}

	table.menu: {table-layout: fixed;
			 width: 720px;
			 background-color: #000000;
			 padding: 5px;}
	td.menu: {	 width: 120px;
			 border-size: 1px;
			 border-style: solid
			 border-color: #ffcc33;}

	A:link {color: #000000;
		  font-weight: bold;
		  text-decoration:none;}
	A:visited {color : #000000;
		  font-weight: bold;
              text-decoration:none;}
	A:hover {color : #fffff;
		  font-weight: bold;
	        text-decoration:none;}	
	A:link:hover {color: #ffffff;
		  font-weight: bold;
		  text-decoration:none;}
	A:visited:hover {color : #fffff;
		  font-weight: bold;
		  text-decoration:none;}	
	A:active {color : #000000;
		  font-weight: bold;
		  text-decoration:none;}

	a.hoofdmenu:link {text-decoration:none;
		  color:#000000;
		  background:#ffcc33;
		  font-weight : bold;
		  width: 200px;
		  display:block;}
	a.hoofdmenu:active {text-decoration:none;
		    color:#000000;
		    background:#ffcc33;
		    font-weight:bold;
		    width: 200px;
		    display:block;}
	a.hoofdmenu:visited {text-decoration:none;
		     color:#000000;
		     background:#ffcc33;
		     font-weight:bold;
		     width: 200px;
		     display:block;}
	a.hoofdmenu:hover {text-decoration:none;
		   color:#ffffff;
		   font-weight:bold;
		   width: 200px;
		   background:#ffcc33;
		   display:block;}

	a.menu:link {text-decoration:none;
		  color:#ffffff;
		  background:#000000;
		  font-weight : bold;
		  width: 116px;
		  display:block;}
	a.menu:active {text-decoration:none;
		    color:#ffcc33;
		    background:#000000;
		    font-weight:bold;
		    width: 116px;
		    display:block;}
	a.menu:visited {text-decoration:none;
		     color:#ffffff;
		     background:#000000;
		     font-weight:bold;
		     width: 116px;
		     display:block;}
	a.menu:hover {text-decoration:none;
		   color:#ffcc33;
		   background:#000000;
		   font-weight:bold;
		   width: 116px;
		   display:block;}
