@charset "iso-8859-1";
/* author: Charles van Driest */
/* Creation date: 13-12-2003 */

body{
	font-family:verdana;
	font-size:11px;
	background:#EEEEEE;
	color:#000066;
}

input{
	border-style:none;
}
td{
 	font-size:11px;
}
td.hoofd
{
	background:#295E7D;
	color:#FFFF00;
}

h1{
	font-family:verdana;
	font-size:18px;
	color:#295E7D;
	font-weight:bold;
}
h2{
	font-family:verdana;
	font-size:24px;
	font-weight:bold;
}
h6{
	font-family:verdana;
	font-size:9px;
	color:#808080;
}
a.sitenaam:visited{
	color:red;
	text-decoration:none;
}
a.sitenaam:active{
	color:red;
	text-decoration:none;
}
a.sitenaam:link{
	color:red;
	text-decoration:none;
}
a.sitenaam:hover{
	color:red;
	text-decoration:none;
}
a:link {
	color:red; 
	text-decoration: none
	}
a:active {
	color:red; 
	text-decoration: none
	}
a:visited {
	color:red; 
	text-decoration: none
	}
a:hover {
	color:#000066; 
	text-decoration:underline
	}
