
body  { background-color: #f4e2b4; }

p, td, a {
    font-size: 12;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}

p.etappe {
    font-size: 99.5%;
    color: #66333f;
/*    color: #442230; */
}

p.subtitle {
    font-size: 99.5%;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #884560;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #884560;
}

a:active {
    text-decoration: none;
    color: #a99170;
}

