BODY {
	background : rgb(255, 255, 240);
	font-family : Helvetica;
	font-size : 11pt;
	color : black;
}

H1 {
	font-size : 24pt;
	text-align : center;
}
H2 {
	font-size : 18pt;
	text-align : center;
}
H3 {
	font-size : 14pt;
}
H4 {
	font-size : 12pt;
}

P {
	font-family : Helvetica;
	font-size : 11pt;
}
P.overskrift {
	font-family : Helvetica;
	font-size : 24pt;
	color : rgb(200, 0, 0);
	text-align : center;
}
P.small {
	font-size : 10pt;
}
P.innrykk {
	margin-left : 1em;
}

UL {
	font-family : Helvetica;
	font-size : 11pt;
}

OL.grey {
	#background : rgb(240, 240, 240);
}

INPUT {
	font-family : Courier;
	font-size : 10pt;
}
INPUT.button {
	font-family : Helvetica;
	font-weight : bold;
	font-size : 10pt;
}
INPUT.confirm {
	font-family : Helvetica;
	font-weight : bold;
	font-size : 11pt;
	color : red;
}	
TEXTAREA {
	font-family : Courier;
	font-size : 10pt;
}


SMALL {
	font-size : 9pt;
}
A {
	text-decoration : none;
	color : rgb(30, 30, 200 );
}
A:hover {
	text-decoration : underline;
	background : rgb(240, 240, 240);
}

TD {
	font-family : Helvetica;
	color : black;
	font-size : 11pt;
	background : rgb(245, 245, 245);
	vertical-align : top;
	empty-cells : show;
}
TH {
	font-family : Helvetica;
	text-align : left;
	background : rgb(220, 220, 220);
	font-size : 11pt;
}

TD.bakgrunn { /* bakgrunn for innholdet inni alle bokser */
	background : rgb(255,255,240);
}
TD.hovedbakgrunn { /* bakgrunn for boksene der tekst står */
	background : rgb(255, 255, 255);
}
TD.oppdatert { /* bakgrunn for den nederste cella med last updated */
	background : rgb(255, 255, 240);
	font-style : italic;
	
	font-size : 10pt;
}
A.hover {
	text-decoration : none;
	background : rgb(200, 200, 200);
}
TD.ramme {
	background : black;
}

TD.meny {
	background : rgb(90, 60, 60);
	color : white;
	text-align : center;
}

BLOCKQUOTE {
	margin-left : 1em;
	margin-bottom : 0em;
	margin-top : 0em;
}

