body {
  font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
  font-size: 11px;
  background-image: url('images/bakgrunn.jpg');
  background-repeat: no-repeat;
  background-attachment:fixed;
  background-position: center center;
}

td {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
    font-size: 15px;
}

th {
	font-family: Arial, Geneva, Verdana, helvetica, sans-serif;
    font-size: 15px;
}
.overskrift {
	font-size: 13px;
	font-weight: bold;
}
.uoverskrift {
	font-size: 15px;
	font-weight: bold;
}
.kursiv {
	font-size: 11px;
	font-style: italic;
}

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font-style: italic;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: blink;
}

