.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;

}
a:link, a:visited {
	color            : #0000FF;
	font-weight      : bold;
	text-decoration: none;

}
a:hover {
  color            : #00FFFF;
  font-weight      : bold;
  text-decoration   : underline;
}
a.standard:link, a.standard:visited {
	color            : #000000;
	font-weight      : normal;	
	text-decoration: underline;

}
a.standard:hover {
  	color            : #0000FF;
	font-weight      : normal;
  	text-decoration   : none;
}
li {
	list-style-position: outside;
	list-style-image: url(gif/pijltje.gif);
}
.groot {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-decoration: underline;

}
