<style>
A:link { color: #0000FF }
A:visited { color: #800000 }
A:active { color: #000080 }

body 	
	 {
	 background-image: url(images/backpaper.jpg);
	 margin-top: 10px; 
	 margin-left: 20px; 
	 font-family: Arial, Trebuchet MS, Helvetica;
	 font-style: normal;
	 font-size: 14pt;
	 }

h1
{
	font-family: Arial, Trebuchet MS, Helvetica;
	font-style: normal;
	font-weight: 900;  /* 100 = min  400 = normal 900 = max = bold */
	color: #000000;
	font-size: 32pt;
}
h2
{
	font-family: Arial, Trebuchet MS, Helvetica;
	font-style: normal;
	font-weight: 600;
	font-size: 24pt;
	color: #000000;
}
h3
{
	font-family: Arial, Trebuchet MS, Helvetica;
	font-style: normal;
	font-weight: 600;
	font-size: 28pt;
	color: #ff0000;
}
h4
{
	font-family: Arial, Trebuchet MS, Helvetica;
	font-style: italic;
	font-weight: 300;
	color: #000000;
	font-size: 14pt;
	
}
A:link { color: #0000FF }
A:visited { color: #800000 }
A:active { color: #000080 }

h5
{
	font-family: Arial, Trebuchet MS, Helvetica;
	font-style: italic;
	font-weight: 300;
	font-size: 14pt;
	color: #FF0000;
}

A:link { color: #0000FF }
A:visited { color: #800000 }
A:active { color: #000080 }

h6  
{	
	/* onder andere voor footer */
	font-family: Arial, Trebuchet MS, Helvetica;
	font-style: normal;
	font-weight: 200;
	color: #000000;
	font-size: 10pt;
}
A:link { color: #0000FF }
A:visited { color: #000000 }
A:active { color: #000080 }

h7  
{	
	/* onder andere voor footer */
	font-family: Arial, Trebuchet MS, Helvetica;
	font-weight: 200;
	color: #FF0000;
	font-size: 10pt;
}
A:link { color: #0000FF }
A:visited { color: #000000 }
A:active { color: #000080 }

</style>.
