﻿h1 {
    font-size: 22px;
    text-align: center;
}

p {
    text-indent: 2em;
}

.links a {
    color: gray;
    font-size: 0.9em;
}

    .links a:hover {
        color: blue;
    }

.bottom {
    margin-top: 20px;
    padding: 3px;
}

    .bottom > div {
        margin: 8px 0px;
        color: darkgrey;
        line-height: 1.5em;
        text-align: left;
        font-size: 0.8em;
    }

        .bottom > div > a {
            color: darkgray;
        }

.article-title {
    font-size: 1.5em;
}

.cursor-def {
    cursor: default;
}
