TABLE, TBODY, TR, TD	{	
	font-size:	medium;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Verdana, Myriad Web, Syntax, sans-serif;
	font-size-adjust:	.58;
	}	

TABLE, BODY    { 
      background:	      #990000; //achtergrond gehele linker kolom
      font-weight:	bold;
      }

COL, COLGROUP, TBODY, TD, TR	{	
	border:2px solid #3366FF; color:	black;
	text-decoration:	none;
	font-weight:	bold;
	background:	      #3366FF; //achtergrond
	}	

A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	white;
      background:	#3366FF;

	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	white;
      background:	#3366FF;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	white;
      background:	#3366FF;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#cc0000; // kleur als je met de muis erboven zweeft
      background:	#3366FF;

	}	
		
A.offsite	{	
	text-decoration:	none;
	font-weight:	normal;
	color:	white;
	background:	#3366FF;
	}	
