/* Standaard elementen */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body, td, div {
	font: normal normal 70%/1.5 Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
	line-height: normal;
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #000;
}

hr {
	height: 0;
	margin: 10px 0 10px 0;
	border-top: 1px solid #000000;
}

ol, ul {
	margin: 0;
}

h1, h2, h3 {
	margin: 0 0 10px 0;
	font: 1.5em Verdana, Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
	color: #fff;
}
	
p {
	margin: 0;
}

strong {
	font-weight: bold;
}

img {
	border: none;
}

	
	/* =Link styles */
	a {
		text-decoration: none;
		color: #f7f707;
		outline: none;
	}
	a:hover {
		text-decoration: underline;
		color: #f7f707;
		outline: none;
	}
		 
	/* =List styles */
	ul {
		list-style-type: none;
	}
	
	/* =Tekst styles */
	.bold {
		font-weight: bold;
	}
	
	div {
		font-size : 100%;
	}