@charset "iso-8859-1";
body {
	font-family:"Times New Roman", Times, serif;
	background: #f2efe6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #373c33;
	font-size:14px;
}

form, p, h1, h2, h3 { margin:0px; padding:0px; }

h1 { font-family:"Times New Roman", Times, serif; font-weight:normal; font-size:20px; color:#77141b; padding-bottom:16px; }
h2 { font-size:14px; color:#645b47; padding-bottom:3px; }
h3 { font-size:16px; color:#77141b; padding-bottom:13px; }

a { color:#77141b; text-decoration:underline; }
a:hover { color:#77141b; text-decoration:underline; }

.adresselinje { color:#8f8570; font-size:12px; text-align:center; }
.adresselinje a { color:#8f8570; font-size:12px; text-decoration:none; }
.adresselinje a:hover { color:#8f8570; font-size:12px; text-decoration:underline; }

.boxtekst { color:#2f332b; font-size:12px; }
.boxtekst a { color:#802328; font-size:12px; text-decoration:underline; }
.boxtekst a:hover { color:#802328; font-size:12px; text-decoration:underline; }
