h1 {
    font-family: "Arial", Arial;
    font-size: 1.6em; 
    line-height: 1.3; 
    font-weight: 400; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-left: 70px;
    margin: 0;
    color: #464648;
}

h2 {
    font-family: "Arial", Arial;
    font-size: 1.6em; 
    line-height: 1.3; 
    font-weight: 400; 
    padding-left: 70px;
    margin: 0;
    color: #B30A26;
}

h3 {
    font-family: "Arial", Arial;
    font-size: 1.2em; 
    line-height: 1.3; 
    font-weight: 400; 
    padding-top: 20px;
    padding-left: 70px;
    margin: 0;
    color: #464648;
}

h4 {
    text-decoration: none;
    border-bottom: 0px;
    display: inline;
    font-family: "Arial", Arial;
    font-size: 0.9em;
    font-weight: 700;
    color: #464648;
}

p {
    font-family: "Arial", Arial;
    font-size: 1em; 
    line-height: 1.4; 
    padding-left: 70px;
    color: #464648;
    text-align: justify;
}

ul {
    font-family: "Arial", Arial;
    font-size: 1em; 
    line-height: 1.4; 
    padding-left: 70px;
    color: #464648;
}

span {
    font-weight: 700;
}

span2 {
    font-weight: 700;
    color: #000;
}

span3 {
    font-size: 1.6em;
}

span4 {
    font-weight: 700;
    color: #B30A26;
}

p_wo: p {
    padding-left: 0px;
}

a:link, a:visited {
    text-decoration: none;
    border-bottom: 0px;
    display: inline;
    font-family: "Arial", Arial;
    font-size: 0.9em;
    font-weight: 700;
    color: #b30a26;
}

a:hover {
    text-decoration: underline;
    border-bottom: 5px solid #b30a26;
}

a:active {
    text-decoration: underline;
    border-bottom: 5px solid #646467;
    color: #646467;
}

a.padding: a{
    padding-top: 30px;
    padding-left: 40px;
}

a.wo:hover {
    text-decoration: none;
    border-bottom: 0px;
}

p.footer: p{
    font-size: 1.6em; 
    line-height: 1.3; 
    padding-top: 40px;
    padding-left: 20px;
    color: #FFF;
}
