body {
    color: #333;
    background-color: #f8f8f8;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
a {
    color: #2d96c7;
}
a:visited, a:link, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
pre {
    border: 1px solid #888;
    overflow: auto;
}
blockquote {
    border-left: 1px solid #aaa;
    padding-left: 0.7em;
}
#page {
    max-width: 568px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    margin-bottom: 1em;
}
#header a {
    color: #000;
}
#header {
    padding-bottom: 3em;
}
#content {
    clear: both;
}
#home {
    font-weight: bold;
    font-size: 40px;
    float: left;
}
#onward {
    float: right;
}
#newer {
    float: left;
}
#older {
    float: right;
}
#footer {
    clear: both;
    padding-top: 5px;
    margin-top: 50px;
    margin-bottom: 1em;
    border-top: 1px solid black;
    font-weight: bold;
    text-align: center;
}
.post {
    padding-top: 1em;
}
.date {
    font-style: italic;
    font-size: small;
}
.posttitle {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: bolder;
}
.posttitle a {
    color: #333;
}
.papertitle {
    font-size: 1.2em;
    line-height: 1.1em;
    font-weight: bolder;
    color: #000;
}
#content {
    padding-bottom: 2em;
}
@media (max-width: 480px) {
    #page {
	max-width:300px;
	width: 300px;
	margin-top: 1em;
        font-size: 16px;
        line-height: 24px;
    }
}
