A:link { text-decoration: underline }
A:link { color: #CC0000 }
A:visited { text-decoration: underline }
A:visited { color: gray }
A:hover { text-decoration: underline }
A:hover { color: #CC0000 }
A:active {text-decoration: none }
A:active {color: #CC0000 }


body {
	background-color: white;
/*	background-image: url("orachel-background.jpg");*/
	color: black;
	margin: 15px 15px 5px 15px;
}
div.toppboks {
	height: 155px;
	width: 100%;
	background-color: white;
	vertical-align: top;
	border: 1px solid #fff;
}
.toppboks img {
	float: left;
	border: 0px;
	/*margin-right: 30px;*/
	/*padding-right: 30px;*/
}
.toppboks h1 {
	margin: 15px 15px 15px 15px;
	padding-top: 50px;
}
.skille {
	clear: both;
}
/*.hoyde {
	float: left;
	width: 1px;
	margin: 180px 0 0 0;
	border: 1px none #f00;
}*/
.content {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
.menyboks {
	float: left;
	width: 150px;
	padding: 20px;
	border-style: ridge;
	border-width: 3px;
	border-color: gray;
}
.innholdsboks {
	width: 60%;
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 0px;
	margin-left: 25%;
}
.bunnboks {
	width: 100%;
	border: 1px solid #fff;
}
span.o {
	color: #CC0000
}
dl {
	margin: 0.2em;
	font-family: serif;
}
dt {
	font-weight: bold;
	font-family: serif;
}
dd {
	margin-left: 0.5em;
	padding: 2px;
	font-family: serif;
}
h1 {
	font-size: 170%;
	text-align: center;
	font-family: serif;
}
h2 {
	font-size: 150%;
	text-align: center;
	font-family: serif;
	font-weight: normal;
}
h3 {
	font-size: 110%;
	text-align: center;
	font-family: serif;
}
h4 {
	font-size: 110%;
	text-align: left;
	font-family: serif;
}
p {
	font-size: 100%;
	text-align: justify;
	font-family: serif;
	font-weight: normal;
}
p.alt {
	font-size: 80%;
	text-align: center;
	font-family: serif;
}
p.alt2 {
	font-size: 60%;
	text-align: left;
	font-family: serif;
}