.test-class {color:red;}
.h1aa h1 {/* test, släng senare */ 
font-weight: normal;
text-align: left;
color:red;
text-decoration: underline;
}

.h2somh4 h2 {/* storlek som h4, klass som h2*/ 
font-size: 30px;
text-align: left;
margin-bottom: 0 !important;
}

.h2somh3 h2 {/* storlek som h3, klass som h2*/ 
font-size: 35px;
text-align: left;
margin-bottom: 0 !important;
}

.h4mindre h4 {/* storlek mellan h4-h5 som widgettext, klass som h4*/ 
font-size: 21px;
text-align: left;
}

.h2liten h2 {/* storlek mellan h3-h4 som widgettext, klass som h2, sitemap*/ 
font-size: 25px;
text-align: left;
}

.widgettext h2 {/* storlek som h3, klass som h2*/ 
font-size: 20px;
text-align: left;
margin-bottom: 5px !important;
}

.text-14p {/* brodtext 14p i tabell*/ 
font-size: 14px;
}

.h3link h2 {/* TEST SLÄNG storlek som h3, klass som h2*/ 
font-size: 35px;
text-align: left;
}

.h3linkred h2 {/* TEST SLÄNG storlek som h3, klass som h2*/ 
font-size: 35px;
text-align: left;
color:red;
}

#anderslank, a #anderslank, a:link #anderslank {/* FUNKAR test BRISTOL*/ 
color: red !important;
}
#anderslank2 {/* testa om ok, och ta ev bort important*/ 
color: green;
}¨

.senastemellan li{
    padding-bottom: 0 !important;
    margin-bottom: 0;
    
}

.h2rad h2 {/* storlek ca som h2, mindre radavstånd (bara när i text?)*/ 
font-size: 48px;
margin-bottom: 0 !important;
}