body {
		color: black; 
		background-color: #ffffff;
}

a:link {
		background: #e5f3d9; 
		color: black; 
		text-decoration: none; 
		font-family: sans-serif;

}

a:visited {
		background:#e5f3d9; 
		color: black; 
		text-decoration: underline; 
		font-family: sans-serif;
		
}

a:hover {
		background:#8ab76a; 
		color: black; 
		text-decoration: none;
		
}

a:active {
		background:#8ab76a; 
		color: black; 
		text-decoration: underline;
}

div.utskriftslogo
{
	font-size: 10pt;
	color: #6a6a6a;
	
}

#header{
display:none;
}

@page port {size: portrait;}
@page land {size: landscape;}

div.portrait {page: port;}

div.landscape {page: land;}


