body {
    background: white url("/images/bg.jpg") repeat-x;
    font-family: PT Sans Narrow;
}

.avatar {
    float: right;
}

.links {
    clear: both;
    text-align: center;
}

.links a {
    color: black;
    text-decoration: none;
}

.links a:hover {
    color: black;
    text-decoration: underline;
}