.pure-g .header{
    color: #2876BC;
    font-weight: 700;
    font-size: 1.2em;
}
.pure-g .content{
    font-size: 1.2em;
    display: none;
}
h3{
    color: #12CC80;  
}
a{
    color: #6e686a;
    text-decoration: underline;
    cursor: pointer;
}
a: hover{
    text-decoration: none;
}
a.active{
    text-decoration: none;
    color: #12CC80;
}
li{
    list-style-type: circle;
}