.hovedmeny{
	background-color: teal;
	width: 1000px;
	height: 20px;
	color: Lime;
}
A#hovedmeny{
	color: Lime;
	font-size: 20px;
	text-decoration: none;
}
A:hover#hovedmeny{
	COLOR: Black;
	background-color: #D0D0D0;
}


A#valgthovedmeny{
	background-color: InactiveBorder; 
	font-size: 20px;
	text-decoration: none;
}
.undermeny{
	background-color: InactiveBorder;
	width: 1000px;
	height: 18px;
	font-size: 18px;
	color: Purple;
}
A#undermeny{
	color: Navy;
	font-size: 18px;
	text-decoration: none;
}
A:hover#undermeny{
	color: Lime;
	background-color: teal;
}

BODY {
	background: White;
	color: Navy;
	width: 1000px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
	scrollbar-face-color: teal;
	scrollbar-shadow-color: teal;
	scrollbar-highlight-color: teal;
	scrollbar-3dlight-color: teal;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color: #F0F0F0;
	scrollbar-arrow-color: Lime;
}
BODY#meny {
	background: white;
	color: Navy;
	width: 1000px;
	font-family: "Times New Roman", Times, serif;
}
.bredde {
	max-width: 1000px;
	width: 1000px;

}
H1{
font-size :x-large;
text-align: center;
font-weight: normal;
}
A{
text-decoration : none;
}

A:link{
color : Blue;
}

A:active{
color: blue;
}


A:hover{
	COLOR: Black;
	background-color: #D0D0D0;
}

.tb{
text-decoration : underline;
FONT-style: italic;
}
.tb:visited{
background-color: White;
}

button{
	width:150px;
	background-color: Teal;
	color: Lime;
	font-weight : bold;
}
hr{
	color: Navy;
}
.feil{
	color: Red;
}