* {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.content, .content * {
    line-height:16px;
}

.content a {
    text-decoration: underline;
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
}

h1 {
    font-size: 16px;
    color: #FFFFFF;
}
h2 {
    font-size: 15px;
    color: #FFFFFF;
}
h3 {
    font-size: 14px;
    color: #FFFFFF;
}
h4 {
    font-size: 13px;
    color: #FFFFFF;
}
h5 {
    font-size: 12px;
    color: #FFFFFF;
}
h6 {
    font-size: 11px;
    color: #FFFFFF;
}

ul {
    margin-left:1.5em;
    padding:0px;

/* changed also template T Content */
/*    list-style-position: inside; */

}

