body {
    background: #DCD4CA;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 1.4em;
}

h1 {
    font-size: 28px;
    text-transform: uppercase;
}
h2 {
    font-size: 20px;
    border-bottom: 1px solid #C4BDB4;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-top: 40px;
}

p {
    margin: 15px 0;
}

ul {
    margin-left: 0; padding-left: 20px;
}

a {
    color: #A5131F;
    text-decoration: none;
}

hr {
    border-style: solid;
    border-width: 1px;
    border-color: #C4BDB4 transparent transparent transparent;
}