  <!--

 	body {
	    color: #000000;
 	    font-family: arial, verdana, sans-serif;
 	    font-size: 10pt;
 	    margin: 0px;
		background: url('images/bg.gif') fixed; 
 	}


 	a:link {
 	    color: #000000;
 	    text-decoration: none;
 	}

   	a:visited {
   	    color: #000000;
   	    text-decoration: none;
   	}

   	a:hover {
   	    color: #AA0000;
   	    text-decoration: none;
   	}
	
 	a.bold-rood:link {
 	    color: #AA0000;
 	    text-decoration: none;
		font-weight: bold;
 	}

   	a.bold-rood:visited {
   	    color: #AA0000;
   	    text-decoration: none;
		font-weight: bold;
   	}

   	a.bold-rood:hover {
   	    color: #000000;
   	    text-decoration: none;
		font-weight: bold;
   	}

 	a.menu:link {
 	    color: #000000;
 	    text-decoration: none;
 	}

   	a.menu:visited {
   	    color: #000000;
   	    text-decoration: none;
   	}

   	a.menu:hover {
   	    color: #AA0000;
   	    text-decoration: none;
   	}

	td {
	    font-size: 10pt; 
	    arial, verdana, sans-serif;
	} 

  //-->