body {
    margin: 0; padding: 0;
	background-color: #e8e8e8;
    }
.Text {
	font-family: Arial;
	font-size: 11px;
	line-height: 21px;
}
.Inledningstext {
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	color: #8C0000;
}
.Lank {
	font-family: Arial;
	font-size: 11px;
	line-height: 21px;
	color: #8C0000;
}
.Inledningsrubrik {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #8C0000;
}
.Rubrik {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
}
.Uppdaterad {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
    }
a:visited {
	text-decoration: none;
    }
a:hover {
	text-decoration: underline;
    }
a:active {
	text-decoration: none;
    }