h1
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

header p
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    
    position: relative;
    width: 60%;
    left: 20%;
}

hr
{
    width: 100%;
    height: 2px;
    margin-bottom: 4em;
    
    color: #888;
    background-color: #888;
    border: 0;
}

hr.seemore
{
    display: none;
}

article
{
    position: relative;
    width: 70%;
    left: 15%;
}

article footer, nav
{
    font-size: 60%;
    text-align: right;
}

time
{
    font-size: 80%;
    display: block;
}

footer
{
    font-size: 60%;
    margin-top: 4em;
}
