body {
    font-family: sans-serif;
    background-image: url(bg.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
    
}

#body {
    width: 30em;
    font-family: sans-serif;
    margin-left: 5em;
}

h1 {
    font-size: 125%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.yearlinks {
    margin-left: 1em;
    margin-bottom: 2em;
}