body {
	font: 12px Arial, sans-serif;
}
/*LÄNKAR*/
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:none;
}
div#navbar a{
	color:#000;
	text-decoration:none;
	margin: 10px 10px 0 10px; 
}

h3 {
	margin-bottom:10px;
}
h2 {
	
	font-size:1.17em;
}

p,h4,h4 a {
	color: #484848;
	margin: 0 0px 1em 0px;
}
p.caption {
	width:400px;
	margin-top:1em;
}

h4 {
	font-size: 1em;
	margin: 5px 0px 0px 0px;
}

.red{
	color: #D22214;
}


div#leftMenu a{
	margin-bottom:3px;
	color:#000;
}
div#subMenu{
	font-size:0.95em;
}
div#pageHeading h2{
	font: 2.8em "Helvetica neue ultralight", Arial, sans-serif;
	color: #000;
}


/*NYHETER*/
div.newsItem {
	margin-bottom:25px;
	
}
	div.newsItem h4,h3,h2 {
		color: #484848;
		
	}
	div.newsItem p {
		margin-bottom:10px;

	}
	div.newsItem p.date {
		font-weight:bold;
		color:#000;
		font-size:0.90em;
		margin-bottom:2px;
	}
	
	div.newsComment p {
		color:#000;
	}
	
	div.newsComment p.commentSignature {
		font-size:1.1em;
		font-weight:bold;
	}
/*EDIT ARTIST*/
div.editArtist h3 {
		color: #2E2E2E;
		margin:20px 0 5px 0;
		font-size:1.1em;
}
div.editArtist h4 {
		color: #2E2E2E;
		margin:0px 0 5px 0;
		font-size:1.0em;
		font-weight:normal;
}


