﻿/*Printerstylesheet*/

/*Definering af brødtekstens udseende i box5*/

.box5 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	font-variant: normal;
	text-decoration: none;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: black;
}



/* Definering af udskrift - kun af box5 - De andre boxe skrives ikke ud*/

.box1, .box2, .box3, .box4, .box6, .box7, .box8, .box9, .box10, .boxinabox5, .udskriv{display: none}



/*Fjerner linkunderstregning fra udskriften*/

a
{
	color: black;
	text-decoration: none;
}
