html, body {height:100%}


body {
	text-align: left;
	align: center
	font-family: 'Arial';
	font-size:10pt;
	color: #4e4e4e;
}


a:href { text-decoration: none } 
a:link { text-decoration: none } 
a:visited { text-decoration: underline } 
a:hover { text-decoration: none; color: red;  background-color: eeeeee; }

	<!-- fjerner understregning og laver teksten rød{  }
	
H1 {
	font-family:'Verdana';
	FONT-SIZE: 16px; 
	COLOR: #5a5a5a;
	font-weight:bold;
	
}

H2 {
	text-align:left;
	FONT-SIZE: 14px; 
	COLOR: #ff9444;	
	font-family:'Verdana';
}

H3 {
	text-align:left;
	FONT-SIZE: 11px; 
	color: #3D6BAF;	
	font-family:'Verdana';
}