html {
	background-image: url(../layout/background.png);
	background-repeat: repeat-x;
	background-color: #3479D8;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	cursor: url(http://www.animaatjes.nl/layout/cursor3.cur);
	scrollbar-face-color: #509FFF; 
    	scrollbar-arrow-color: #ffffff; 
    	scrollbar-track-color: #94CDFF; 
    	scrollbar-darkshadow-color: #509FFF; 
    	scrollbar-3dlight-color: #509FFF; 
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #3E6BFB;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}