/* style.css */
.headline {
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #000033;
        text-decoration: none;
}
.subline {
        font-family: Arial;
        font-size: 11px;
        font-style: normal;
        line-height: 15px;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #000033;
        text-decoration: none;
}
.text {
        font-family: Arial;
        font-size: 11px;
        font-style: normal;
        line-height: 15px;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #333333;
        text-decoration: none;
}
.sublinep {
        font-family: Arial;
        font-size: 11px;
        font-style: normal;
        line-height: 15px;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: none;
}

.headlinep {
        font-family: Arial;
        font-size: 15px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: none;
}
.textp {
        font-family: Arial;
        font-size: 11px;
        font-style: normal;
        line-height: 15px;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: none;
}

