﻿h1, h2, h3, h4 {
    color: #335f7d;
}

h1 {
    font-family: 'VWAGTheAntiqua-Regular', serif;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 20px;
}

h2 {
    font-family: "VWAGTheAntiqua-Regular", serif;
    font-size: 2.6rem;
    margin-bottom: 30px;
    font-weight:normal;
}

h3 {
    font-family: "VWAGTheSans-Bold", serif;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 30px;
}

h4 {
    font-family: "VWAGTheSans-Bold", serif;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 30px;
}

.content p{
    font-family: 'VWAGTheSans-Regular', serif;
    font-size: 1.25em;
    line-height: 1.5em;
    margin-bottom: 30px;
    color: #4c5356;
}
.page ul li {
    list-style: none;
    background: url(images/list-dot.png) no-repeat left 12px ;
    color: #4c5356;
}

.page p strong {
    font-family: 'VWAGTheAntiqua-bold', serif;
}
