/*GENERELT*/

body {
	margin: auto;
	color: black;
	text-align: left;
	background-color: white;
	font-family: Calibri, sans-serif;
}

.Indgang {
	width: 500px;
	float: left;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Mellemrum {
	width: 500px;
	height: 20px;
	float: left;
}


/*LINKS*/

a:link, a:visited, a:hover.Indgang, a:active {
	text-decoration: none;
}

a:link.Indgang, a:visited.Indgang {
	color: black;
	background-color: #CCC;
}

a:hover.Indgang, a:active.Indgang {
	color: white;
	background-color: #999;
}