/* Colore default HOME  #A1122A; */

h1, h2, h3, h4, h5, h6 {
    color: #A1122A;
    font-weight: normal;
    text-rendering: optimizelegibility;
}
.subnav .nav > .active > a, .subnav .nav > .active > a:hover {
    background-color: #FFFFFF;
    border-left: 0 none;
    border-radius: 10px 10px 0 0;
    border-right-color: #DDDDDD;
    color: #A1122A;
    padding-left: 13px;
}
blockquote {
    border-left: 3px solid #A1122A;
    margin-left: 18px;
    padding: 0 0 0 10px;
}