a:link {
	color: #A00000;
	text-decoration: underline;
}
a:visited {
	color: #A00000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #A00000;
}
a:active {
	text-decoration: underline;
	color: #A00000;
}

h1{
	font-family: Verdana, Arial;
	font-size:18px;
	color: #A00000;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}

h2{
	font-family: Verdana, Arial;
	font-size:16px;
	color: #A00000;
	font-weight:bold;
	padding:0;
	margin:0 0 5px 0;
}
h3{
	font-family: Verdana, Arial;
	font-size:12px;
	color: #A00000;
	font-weight:bold;
	margin: 6px 0 6px 0;
}
h4{
	font-family: Verdana, Arial;
	font-size:12px;
	color: #A00000;
	font-weight:bold;
	margin-bottom: 5px;
}
hr {
	background-image:url(../bilder_losning/hovedstrek.jpg);
}