/* Basis style sheet voor alle sites */

* {padding:0px;margin:0px;}

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

hr {
	border:none;
	background-color:#CCCCCC;
	color:#CCCCCC;
	height:1px;
	width:100%;
}

img {border:none;}
