BODY {
	font-family: Arial, sans-serif;
	font-size: 14px;
	background: #686868;
	color: White;
	}

BODY, TD {
	font-family: Arial, sans-serif;
	font-size: 14px; 
	/*background: #686868 url(../bilder/bakgrunnNCC.jpg) no-repeat scroll top left;*/
	background: #686868;
	color: White;
}

/* H1 er brødtekst  */
H1 {
	background-color : transparent;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-style: normal;
	color: White;
	}

/* H2 er Overskrifter */
H2 {
	font-family : Arial, sans-serif;
	font-weight : bolder;
	font-size: 13px;
	background-color : transparent;
	color : #8B0000;
	}


A {
	color: #DAA520;
	text-decoration: none;
	font-weight : bold;
	background-color: transparent;
}

A:HOVER {
	color: #AA7E18;
	text-decoration: none;
	font-weight : bold;
	background-color: transparent;
}

a:visited {
color: #AA7E18;
background-color: transparent;

}

.meny {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: White;
	background-color: transparent;
}
