body {
    font-family: Palatino, Garamond, serif;
    background: black;
    color: white;
}
.container {
    margin-top:1em;
}
a {
    color: #F0F0F0;
}
a:visited {
    color: #C0C0C0;
}

header {
    font-style: italic;
}

#linkTable a {
    text-decoration: none;
}
#linkTable li {
    text-align: right;
}
#linkTable ul {
    list-style-type: none;
}
#linkTable li {
    margin-bottom: .5em;
}
