/* BANNER.CSS */
/* ALGEMENE OPMAAK */
body{
  color: #000000;
	background-color: white;
	padding: 0;
	font-weight: normal;
	font-size: 70%;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif, Century;
	margin: 20 2 2 5;}

/* HYPERLINK OPMAAK */
a{
  color: #666666;}
a:link, a:visited{
  text-decoration: none;}
a:active, a:hover{
  text-decoration: underline;}
