
body {
	font-family:		'Arial';
	font-size:			12px;
	color:				#1a1a1a;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
	font-variant:		normal;
	line-height:		1.7em;
}

/* Text */

* > h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
	margin-top:			0px;
}

p {
	line-height:		1.7em;
}

/* Brödtext + rubriker */
p, h1, h2, h3, h4 {

}

/* Brödtext */
span, .quote {

}

/* Rubrik 1 */
h1,.span_h1, h1 a {
	font-family:		'Impact';
	font-size:			24px;
	color:				#0d7948;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
	line-height:		1.3em;
	margin:				0px;
	padding:			0px;
}

/* Ingress */
h2, .span_h2, h2 a {
	font-family:		'Arial';
	font-size:			14px;
	color:				#666666;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
	line-height:		1.6em;
	margin:				0px;
	padding:			0px;
}

/* Rubrik 2 */
h3, .span_h3, h3 a {
	font-family:		'Impact';
	font-size:			18px;
	color:				#009d56;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
	line-height:		1.3em;
	margin:				0px;
	padding:			0px;
}

/* Mellanrubrik 1 */
h4, .span_h4, h4 a {
	font-family:		'Arial';
	font-size:			16px;
	color:				#009d56;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
	line-height:		1.3em;
	margin:				0px;
	padding:			0px;
}

/* Mellanrubrik 2 */
h5, .span_h5, h5 a {
	font-family:		'Arial';
	font-size:			14px;
	color:				#c6211f;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
	line-height:		1.5em;
	margin:				0px;
	padding:			0px;
}

/* Mellanrubrik 3 */
h6, .span_h6, h6 a {
	font-family:		'Arial';
	font-size:			12px;
	color:				#c6211f;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
	line-height:		1.5em;
	margin:				0px;
	padding:			0px;
}

/* Citat */
blockquote, .quote {
	font-family:		'Georgia';
	font-size:			16px;
	color:				#666666;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
	display:			block;
	line-height:		1.4em;
}

/* Links */

a, .mceContentBody a {
	font-family:		'Arial';
	font-size:			12px;
	color:				#c6211f;
	text-decoration:	none;
	font-weight:		normal;
	font-style:			normal;
}

