body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #dfdfdf;
}

.Huvudrubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 36px;
	font-style: normal;
	color: #800000;
	font-weight: bolder;
	text-transform: capitalize;
}
.Huvudrubrik2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 26px;
	font-style: normal;
	color: #800000;
	font-weight: bolder;
	text-transform: capitalize;
}
.Rubrik1 {
	color: #000066;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-style: normal;
	color:#800000
}
.Rubrik2 {
	color: #000066;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-style: normal;
	color:#800000
}
.Rubrik2Mobil {
	color: #000066;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-style: normal;
	color:#800000
}

.Rubrik2_Svart {
color: #000066;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-style: normal;
	color:#000000
	}

.Infotext {
	font-size: 14px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Infotext_liten_grå {
	font-size: 9px; 
	color: #666666;
	font-family:"Courier New", Courier, monospace
	}

a:link {    text-decoration: underline;
	        color: #0000FF;
}
a:visited {	text-decoration: underline; 
	        color: #000000;
}
a:hover {	text-decoration: underline;
	        color: #000000;
}
a:active {	text-decoration: underline;
	        color: #0000FF;

}


