body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D8E0EB;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.adr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #3C4D97;

}
.navn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	color: #BA2D20;
}
.pulstabel {
	background-color: #FBFBFB;
	border-top: 1px solid #3C4D97;
	border-right: 1px solid #3C4D97;
	border-bottom: 1px solid #3C4D97;
	border-left: 1px solid #3C4D97;
	vertical-align: middle;
	height: 300px;
	width: 700px;


	

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	list-style-type: none;
	color: #3C4D97;

}
A:link    { color: #3C4D97;
		text-decoration: none 
}
A:visited { color: #3C4D97;
		text-decoration: none 
}
A:hover   { color: #3C4D97;
		text-decoration: underline 
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3333;

}
.sarea {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

