body {
    padding-top: 130px;
    text-align: center;
}

p {
    font-size: 130%;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 120%;
    text-align:  left;
}

a {
    text-decoration: none;
    color: red;
    font-style: italic;
}

a:hover {
    text-decoration: underline;
}

#ft {
    font-size: 80%;
    color: #aaa;
    padding-left: 100px;
}
