

/* ------------------------------------------------------------- */
/* css til link  på siden links  og andre link            */
/* ------------------------------------------------------------- */

a.links  {
	color: Navy;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
}

a.links:hover  {
	color: Red;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	background-color : Yellow;
}


a.bluelinkb  {
	color: Blue;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.bluelinkb:hover  {
	color: Blue;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

/* ------------------------------------------------------------------- */
/* css til link  på siden links  og andre link Slut           */
/* ------------------------------------------------------------------ */



span.hovedtekst {
	color: Black;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	text-decoration: none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
}

span.hovedtekstb {
	color: Black;
	font-size: 12px;
	font-family:verdana,arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
}

span.black12 {
	color: Black;
	font-size: 9px;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
	text-decoration: none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
}