body {
    font-family: verdana, arial, sans-serif;
    margin: 30px;
}

.content {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.linkPaper {
    font-weight: bold;
}

.footnote {
    font-size: 90%;
}

ul,
li {
    list-style-type: square;
}

#preview {
    display: none;
    background-color: #eee;
    padding: 20px;
    margin: 10px;
}

.quote {
    background-color: #eee;
    padding: 10px;
    radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #888;
    text-align: center;
}

a img {
    border: 0;
}

p.overview:first-letter {
    font-size: 140%;
}

h1 {
    font-size: 100%;
}

.linkDigital,
.linkDigital a {
    color: #999;
}

