/* style.css - een simpel stijlontwerp */

BODY {
  margin-left : 20%;
	margin-right : 20%;
	margin-top: 2.5cm;
	margin-bottom: 2cm;
	font-family : times new roman;
	font-size: 12pt;
	color : 444444;
}
 

H1 {
	text-align : center;
	font-family : arial;
	font-size : 20pt;
	color : #FF0000;
}

H2 {
	font-family : arial;
	font-size : 14pt;
	color : 444444;
}

H3 {
	font-family : arial;
	font-size : 12pt;
	color : 444444;
}

H4 {
	font-family : arial;
	font-size : 9pt;
	color : 444444;
	margin-right : 5%;
	margin-left : 5%;
}

H5 {
margin-top: 1cm;
	font-family : arial;
	font-size : 10pt;
	color : #FF0000;
}

H6 {
text-align : center;
margin-top: 1cm;
	font-family : arial;
	font-size : 9pt;
	color : 999999;
}

P {
	font-size: 11pt;
	color : 444444;
	
}

B {
	color : 444444;
}

BIG {
	font-size : 18pt;
}

SMALL {
	font-size : 8pt;
}

U {
	font-family : arial;
	font-size : 13pt;
	font-weight : bold;
	color : #000099;
}

HR {
	color : #FF0000;
	height : 5pt;
}


/* ------ links ------ */

A {
	font-family : times new roman;
	font-size : 12pt;
	
}

A:LINK {
	color : #ff1e2c;
	text-decoration: none }

A:VISITED {
	color : 999999;
	text-decoration: none 
}

A:ACTIVE {
	color : 666666;
	text-decoration: none 
}

A:HOVER {
  font-family: arial;
	color : #0066ff;
	font-weight: bold;
	text-decoration: none 
}
