@charset "utf-8";
body {
	font-family: pt-sans, Arial, sans-serif;
	max-width: 760px;
	margin: 0 auto;
	color: rgba(82,67,83,0.82);
	background-image: url(../images/havmedskib.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: rgba(177,177,177,1.00);
	font-style: normal;
	font-weight: 200;
}
.bodycolor {
	background-color: #566B8C;
}

header {
	margin-top: 10%;
	margin-bottom: 10%;

}
h1 {
	text-align: center;
	font-weight: 400;
	font-size: 300%;
	color: #3E4D65;
	margin-bottom: 0%;
	letter-spacing: 30%;
	text-shadow: -2px 2px 2px #566B8C;
}
h2 {
	text-align: center;
	color: #566B8C;
	font-weight: 600;
	font-size: 100%;
	font-style: normal;
}


.mainlist {
	margin: 15% 20%;
}

.mainlist li {
	color: #566B8C;
	font-weight: 600;
}

.mainlist li ul li {
	color: rgba(82,67,83,0.90);
	font-weight: 500;
}
div footer p {
	color: rgba(235,238,240,1.00);
	text-align: center;
	font-weight: 500;
}
footer p a {
	color: rgba(130,53,67,1.00);
}
