@charset "utf-8";
/* CSS Document */

/* standaard stijlen, evt opnemen in elk template */

* {
	padding:0;
	margin:0;
	}


body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	overflow:hidden;
	}
	
/* algemene styling van tekst */

a, p, li {
	color:#330066;
	text-decoration:none;
	outline:none;
	}

li	{
	list-style:disc;
	}
		
h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0 5px 0;
	line-height:140%;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:140%;
	}
	
h2 {
	font-size: 130%;
	}
	
h3 {
	font-size:120%;
	color:#330033;
	}
	
h4 {
	font-size:110%;

	}

h5 {
	font-size:100%;
	color:#330033;
	}
	
h6 {
	font-size:90%;
	}
	
img {
	border:none;
	}
