/*comments in stylesheet
cursor: pointer;
cursor: hand;
*/

body{
	font-size:10px; 
 	font-weight:normal; 
  	font-style:normal;
  	font-family:"arial", "helvetica";
  	color: #000000;
  	background-color: #007AA5;
}
  
p,td{
  	font-size:10px; 
  	font-weight: normal; 
  	font-style:normal;
  	font-family:"arial", "helvetica";
  	color: #000000;
}
  
a{
	font-family : 'arial';
	font-size:10px; 
	color:#FFFFFF;
	text-decoration:none;
	outline:none;

}

a:active {
	font-family : 'arial';
	font-size : 10px;
	font-weight : none;
	color : #FFFFFF;
}
  
a:hover {
	font-family : 'arial';
	font-size : 10px;
	font-weight : none;
	color : #808080;
}

.hoofd_tabel{
	background-color: #ffffff;	
}

.afbeelding_lijst{
	margin: 10px;
}
