/* basisstructuur */

html{
	padding:0;
	height:80em;
	text-align:center;
	font:62.5%/1.2 "Courier New", Courier, monospace;
	background-color:#000000;
	}
			
body{
	padding:0;
	top:-2em;
	width:96em;
	height:70em;
	position:relative;
	margin:0 auto;
	text-align:center;
	background-color:transparent;
	}

/*Normalizes margin, padding */
div, dl, dt, dd, ol, li, pre, form, fieldset, input, p, blockquote, th, dt{
	margin:0;
	padding:0;
	}			
/*Remove list-style from lists */
ol,ul{
	list-style:none;
	}
			
/*Normalizes font-style and font-weigt */
adress, caption, cite, code, dfn, em, strong, th, var{
	font-style:normal;
	font-weight:normal;
	}
			
/*Set table to collapse and remove border-spacing */
table{
	border-collapse:collapse;
	border-spacing:0;
	}
			
/*left-aligns text in caption and th */
caption,th{
	text-align:left;
	}
			
/*removes quotation marks from q */
q:before, q:after{
	content:'';
	}

h1, h2, h3, h4, h5, h6, p{
	font-size:100%;
	margin:0;
	}
			
img	{
	border:none;
	}
			
a	{
	text-decoration:none;
	outline:none;
	}
	
a:visited{
	text-decoration:none;
	color:#FFFFFF;
	}

a:lilnk{
	text-decoration:none;
	color:#FFFFFF;
	}		
			
