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

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

P {
	font-family : Helvetica;
	font-size : 12pt;
}
P.small {
	font-size : 10pt;
}

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

P.overskrift {
	font-size : 24pt;
	color : rgb(200, 0, 0);
	text-align : center;
}
P.overskrift2 {
	font-size : 18pt;
	color : black;
	text-align : center;
}
P.overskriftvenstre {
	font-size : 18pt;
	color : black;
	text-align : left;
}


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

TD {
	font-family : Helvetica;
	color : black;
	font-size : 12pt;
}

TD.bakgrunn {
	background : rgb(255,255,240);
}
TD.oppdatert {
	font-style : italic;
	text-align : right;
	font-size : 10pt;
	background : rgb(255,255,240);
}
TD.ramme {
	background : black;
}
TD.ramme2 {
	background : teal;
	color : white;
}
TD.rammenews {
	background : rgb(185, 0, 0);
	color : white;
}

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

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






