@charset "utf-8";
.menyer {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #F05D4D;
	text-decoration: none;
	background-color: #000000;
	padding: 2px;
	clear: both;
	float: none;
	height: auto;
	width: auto;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	position: relative;
	cursor: auto;
	margin: 4px;
}
.lenker {
	color: #F05D4D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a:hover.menyer {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F05D4D;
}
.tittel {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #F05D4D;
}
.tekst {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
	color: #333333;
	text-decoration: none;
}
