﻿/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin:0;
     padding:0;
     border:0;
}

h1, h2, h3, h4, h5, h6 {color:#fbf6f2;}

h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}

h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p{
	margin: 1em 0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

html, body, #aspnetForm
{
	height:100%; /* voor IE */
    min-height:100%;
    padding:0;
    margin:0;
    border:0;
}

body
{
	font-family: Calibri, times, "times new roman", serif;
	font-size:12px;
	color: #fff;
	text-align:center;   /* needed for IE5.x */
}


