<!-- /* Skjul styles for gamle browsere */
A:LINK, A:VISITED{
	text-decoration : none;
	color:red;
}
A:HOVER {
	text-decoration : underline;
	color:red;
}
BODY {
	font-family : Times New Roman, Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.blackgrey {background-color:lightgrey; color:black}
.grey {color:grey}
.red {color:red}
.skrevetgrey {color:grey; font-size:12px}

.overskrift {color:darkred}
.overskrift1 {color:orange}
//-->
