body { 

font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
font-style : normal;


}
/* ------ Dynamic content ------- */
.sidrubrik, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #757575;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.underrubrik, h2 {
	font-family: Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A4A4A;
	font-weight: bold;

}

.brodtext, p {
	font-family: Verdana, Arial, Trebuchet MS, Helvetica, sans-serif; 
	font-size: 11px;
	color: #4A4A4A;
	line-height: 14px;
}

a.brodtext { 
   color: #FD1813;
   text-decoration: underline;
}

a.brodtext:hover { 
   color: #FD1813;
   text-decoration: none;
   }


/* ----- L&auml;nkar ----- */

A {
   color: #FD1813;
   text-decoration: underline;
   
} A:hover { 
   color: #FD1813;
   text-decoration: none;
   
}


