body {
    padding: 0 30 0 30;
}

div.title h1 {
    font-family: Georgia, serif;
    font-size: 2.8em;
    color: #E56717;
    font-variant: small-caps;
    letter-spacing: .15em;
    border-bottom:1px dashed #212121;
    padding: 0 0 20 0;
    max-width: 940px;
}
    div.title a:hover h1 {
        color: #F9AB5B;
    }

hr {
    height: 1px;
    color: #CCCCCC;
    background-color: #CCCCCC;
    border:0;
}

h1 {
    font-family: Trebuchet, sans-serif;
    font-size: 1.8em;
}
h2 {
    font-family: Trebuchet, sans-serif;
    color: green;
}
h3 {
    font-family: Trebuchet, sans-serif;
    color: #E56717;
}

div.main {
    font-family: Verdana, sans-serif;
    line-height: 1.5em;
    font-size: 1em;
}

div.signature {
    font-family: Times New, serif;
    font-size: 1em;
    line-height: 1em;
    padding: 10 0 10 0;
}

pre {
    line-height: 1em;
    font-size: 1em;
}

a {
    text-decoration: none;
    color: #153E7E;
    font-weight: bold;
}
a:hover {
    color: #7A9FCF;
}

