* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* default hyperlink style */
a {
    text-decoration: none;
    color: #333333;
}

.content a {
    text-decoration: none;
/*  color: #660000; */
    color: #1F3A7C;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}

/* headlines */

h1 {
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #CC850B;
}
h2 {
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #CC850B;
}
h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FF9900;
}
h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FF9900;
}
h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FF9900;
}
h6 {
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #FF9900;
}

