@charset "utf-8";
/* CSS Document */
.Tekst { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: normal; 
        color: #FFF; 
} 
.NyhederTekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #039;
} 
.VenstreSide { 
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 12px; 
        font-weight: normal; 
        color: #F0F0F0; 
} 
.Nyheder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #039;
} 
.Overskrift  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
} 
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
} 
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9CF;
	text-decoration: none;
	font-weight: bold;
} 
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0F0;
	text-decoration: none;
}
