/* CSS Normalisatie */

html		{
			position:relative;
			height:84em;
			}
			
body		{
			position:relative;
			top:7em;
			width:81em;
			height:70em;
			}

/*Normalizes margin, padding */
body, 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:'';
			}

/*om te kunnen rekenen met tien pixels*/
html		{
			text-align:center;
			font:62.5%/1.2 Arial, Helvetica, sans-serif;
			}
/*body in midden*/			
body		{
			position:relative;
			margin:0 auto;
			text-align:left;
			}

/*header tags*/
h1,h2,h3,h4,h5,h6{
			margin:0;
			font-weight:bold;
			letter-spacing:normal;
			}
						
h1			{
			font-size:200%;
			}
h2			{
			font-size:180%;
			}
h3			{
			font-size:160%;
			}
h4			{
			font-size:140%;
			}
h5			{
			font-size:120%;
			}
h6			{
			font-size:110%;
			}
			
/*paragaph tags*/
p			{
			font-size:100%;
			}

				
/*img tags*/
img			{
			border:none;
			}
			


			
a	{
	text-decoration:none;
	outline:none;
	}
	
a:visited{
	text-decoration:none;
	color:inherit;
	}

a:lilnk{
	text-decoration:none;
	color:inherit;
	}
			
			

