@charset "UTF-8";
#rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 150px;
	top: 100px;
	height: 50px;
	width: 700px;
	color: #000000;
}
#bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	position: relative;
	left: 200px;
	top: 110px;
	height: 100px;
	width: 450px;
	color: #000000;
}
#underskrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	position: relative;
	left: 500px;
	top: 110px;
	height: 60px;
	width: 130px;
	color: #000000;
}
