body { font-family: arial; }
.tekst { color: black; font-size: 10px; line-height: 170%; }
.tekstunder { color: black; font-size: 10px; line-height: 170%; text-decoration: underline; }
.tekst_avstand { color: black; font-size: 10px; line-height: 220%; }
.tekst_hvit { color: white; font-size: 10px; line-height: 170%; }
.tittel { color: #373737; font-size: 14px; line-height: 150%; }
.rodtittel { color: #5d2e2e; font-size: 10px; line-height: 150%; }
a:link { color: black; text-decoration: none; }
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline blink;
	color: #0000FF;
}
a:active { text-decoration: none; }
