body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;


}
h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;

}
h2 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 100px;


}
a:link { color: white; text-decoration: none}

a:visited { color: white; text-decoration: none}

a:hover {text-decoration: underline; color: white}

a.VareoversigtLink:link, a.VareoversigtLink:visited {
	text-decoration: none;
	color: #F03;
}

a.MenuLink:link, a.MenuLink:visited {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px; 
	padding-left: 30px;
	padding-right: 100px;

}
a.NoUnderline:link, a.NoUnderline:visited {
	text-decoration: none;
	color: #000;
	border : 1px solid black;
	background : red;
}
.PigeOversigt {
	background-color: black;
	border: 1px solid #999999;
	line-height: 22px;
}
.GreyBorder {
	border: 1px solid #999999;
}