html,body {
	background-color:#FEFBF3;
}
html,body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.tekst_meny_navn {
	font-size: medium;
	font-weight:bold;
	background-color:#1089A8;
}

a.tekst_meny, a.tekst_meny:visited {
      font-size: small;
      color: #000000;
	  text-decoration:none
}
a.tekst_meny:hover, a.tekst_meny:active {
      font-size: small;
      color: #FF0000;
	  text-decoration:underline
}
a.tekst_meny_liten, a.tekst_meny_liten:visited {
      font-size: x-small;
      color: #000000;
      font-weight: bold;
}
a.tekst_meny_liten:hover, a.tekst_meny_liten:active {
      font-size: x-small;
      color: #FF0000;
      font-weight: bold;
}
.meny {
	background-color:#FFFFCC;
}
.nede {
	background-color:#FFFFD5;
}
.side {
	background-color:#fef8eb;
}
.topp {
	background-color:#1089A8;
}
.overskrift {
      font-size: x-large;
}
.under_overskrift {
      font-size: large;
}
