body /* Sørger for generelle skriftstørrelse for brødtekst */
{
  font-family: verdana, arial, helvetica, serif;
}

a.menuLink {
  font: 10pt Verdana;
  color: #42996c;;
	font-weight: bold;
	text-decoration: none;
	line-height: 180%;
	margin-left: 20px;
}

a.menuLink:hover {
  color: #42996c; 
}

#forsideOverskrift {
  color: #42996c; 
	font-size: 25px; 
	margin-left: 50px;
}

#forsideUnderOverskrift {
  color: #42996c; 
	font-size: 12px; 
	margin-left: 50px;
}

.overskrift {
  color: #42996c; 
	font-size: 36px; 
}

p.brodTekst {
  font-size: 8pt;
	color: #42996c;
}

p.billedtekst {
  font-size: 8pt;
	color: #42996c;
	font-weight: bold;
}

ul {
  list-style: disc;
	color: #42996c;
	font-size: 8pt;
}

.punkter {
  list-style: disc;
	color: #42996c;
	font-size: 8pt;
	font-weight: bold;
}

a  {
   text-decoration: none;
   color: #42996c;
	 font-weight: bold;
}

a ins  {
   text-decoration: none;
}
