A	{
	text-decoration : none;
	color: #333333;
}

a:hover {
	color: #AA0000;
	font-weight : 700;
	}

/* Meny */
.meny {
	font-size : 13px;
	font-family : Arial, Verdana, sans-serif;
	font-weight : 500;
	font-style : normal;
	color : Black;
	line-height : 180%;
	text-decoration : none;
	text-align : left;
}

/* Sidospalttext */
.spalt {
	font-size : 13px;
	font-family : Arial, Verdana, sans-serif;
	font-weight : 500;
	font-style : normal;
	line-height : 130%;
}

/* Sidospaltrubrik */
.spaltrub {
	font-size : 15px;
	font-family : Arial Black, sans-serif;
	font-weight : 500;
	font-style : normal;
	line-height : 130%;
}

/* Brodtext */
.txt {
	font-size : 15px;
	font-family : Palatino Linotype, Garamond, AGaramond, Schoolbook, serif;
	font-weight : 500;
	font-style : normal;
	color : Black;
	line-height : 145%;
	text-decoration : none;
	text-align : justify;
}

/* Titel */
.heada {
	font-size : 30px;
	font-family : Impact, Arial narrow, Helvetica condensed, Verdana, sans serif;
	font-weight : 500;
	font-style : normal;
	color : #330000;
	line-height : 130%;
	text-decoration : none;
	margin: 0;
}

/* Undertitel */
.headb {
	font-size : 17px;
	font-family : Arial Black, Arial narrow, Helvetica condensed, Verdana, sans serif;
	font-weight : 500;
	font-style : normal;
	color : #330000;
	line-height : 130%;
	text-decoration : none;
	margin: 0;
}

