body {
	margin-top: 50px;
	font-family:Verdana;
	color:#183A93;	
}

hr {
	color: black;
	background-color: black;
	height: 2px;
	font-weight:bold;
	text-decoration:underline;
	max-width: 950px;
	font-family:Verdana;
}

h4 {
	text-align:center;
	font-family:Verdana;
}

h1 {
	text-align:center;
	font-family:Verdana;
	font-size: 18px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 950px;
    }
}

.overskrift {
	font-size: 16px;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
	font-family:Verdana;
}

p {
	font-family:Verdana;
}

a {
	font-family:Verdana;
}

