
body {
    font: .8em Verdana, sans-serif; 
    line-height: 1.2; 
    color: #333; 
    background: #FAFAEA;
}

#content {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #DDD;
    background-color: #FFF;
    width: 40em;
    padding: 1em;
}

h1 {
    font: 2em Georgia, Times, serif;
    text-align: center;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
    background-color: #FAFAEA;
}

p {
    text-indent: 1em;
}

p a {
    text-decoration: underline;
    color: #33D;
}

.abstract {
    font-style: italic;
}