body
{
	background-color	: #ffffff;
	background-image	: url('images\bg.JPG');
	background-repeat	: no;
}

table
{
	cellpadding			: 0px;
	cellspacing			: 0px;
}

td.kop
{
  text-align			: center;
  font-size				: 36px;
  color					: #ffffff;
  font-family			: Times New Roman, Bataxia, Helterskelter;
  font-weight			: bold;
}

<!--INSTELLINGEN VERTIKAAL MENU -->
td.vert_menu
{				
	width					: 175px; 			
}

a.vert_menu
{
	text-align				: left;				
	letter-spacing			: 1px;	
	font-family				: verdana, arial;
	font-size				: 13px;
	font-weight				: bold;
	text-decoration			: none;
	padding-left			: 2px;	
	color					: #ffffff;	
	cursor					: hand;
}

a.vert_menu:hover  
{
	text-align				: left;				
	letter-spacing			: 1px;	
	font-family				: verdana, arial;
	font-size				: 13px;
	font-weight				: bold;
	text-decoration			: none;
	padding-left			: 2px;	
	color					: #FCF3BA;	
	cursor					: hand;
}




<!--INSTELLINGEN HORIZONTAAL MENU -->
td.hor_menu
{			
	text-align				: center;			
}

a.hor_menu
{
	font-family				: verdana, arial;
	font-size				: 13px;
	font-weight				: bold;
	color					: #ffffff;	
	text-decoration			: none;
	cursor					: hand;
	padding-left			: 5px;			
	padding-right			: 5px;			
}

a.hor_menu:hover  
{
	font-family				: verdana, arial;
	font-size				: 13px;
	font-weight				: bold;
	color					: #FCF3BA;	
	text-decoration			: none;
	cursor					: hand;
	padding-left			: 5px;			
	padding-right			: 5px;			
}
