﻿

body{
	background-color:#000;
	margin:0;
	padding:0;
	font-family:Arial, Verdana, trebuchet;
	font-size: 10px;
	color: #fff;
	text-align:left;	


}

#lyrics{
margin-left:15px;

}

#lyrics h2{
margin-bottom:0;
}


/* HEADERS
************************************************************************/

h1{
font-family:Georgia,helvetica, trebuchet;
font-size:18px;
margin-bottom:30px;
color:#b03985;
}

h2{
	font-size:16px;
	color:#666;
	font-weight:bold;
	/*margin-bottom:-7px;*/
}

h3{
font-size:12px;

}

.contact{
margin-bottom:-5px;
}
/* P
************************************************************************/

p{
	font-size:11px;
	color:#fff;
	line-height:16px;
}

/* NAVIGATION
************************************************************************/

ul{
	
	
padding:0;
}

li{
list-style:none;
padding-bottom:20px;

}

* html img{
border:0;
}

/*NEWS
******************************************************************/
.rubrik
{
    font-size:14px;
    font-weight:bold;
    color:Green;
    }

.date
{
    font-style:italic;
    color:#b03985;
    
    }

.inlagg
{
    font-size:11px;
    line-height:18px;
    }
    

hr
{
    color:#ccc;
    height:1px;
    
    }
  
    

/* A */ 

a:link{
	
	color:#0099FF;                 
	 
	
}

a:visited{
	 
		color:#0099FF;
      
}

a:hover{
		text-decoration:none;
		color:#000; 
		 background-color:#0099FF;        
}

a:active{
		text-decoration:none;
		color:#000;
		background-color:#0099FF;        
}
 

