p, a, li, em, span, i, strong, .cbContent h1, .cbContent h2, .cbContent h3, .cbContent h4, .cbContent h5, .cbContent h6 {
font-family: Verdana, sans-serif;
}


/* Adds background colour behind Article Headings in CB (for Newsletter layout) */
.cbContent .articleHeader {
    

    /* Adjustable colours */
    background-color: #2D3985;
    color: #FFFFFF;
    
    /* No touchy */
    position: relative;
    left: -45px;
    padding: 5px 45px;
    width: calc(100% + 45px);
}


.cbContent h3 {
    color: #fbbd22;;
}
.cbContent h4 {
    color: #fbbd22;;
}

