
body
{
    margin: 0;
    padding: 75px;
    
    font-family: Constantia, Palatino, "Palatino Linotype", "Book Antiqua", serif;
}

/* Modify the default HTML4 stylesheet */
address, cite { font-style: normal; }

/* Create a default stylesheet for some HTML5 elements */
header, footer, nav, article { display: block; }


a { text-decoration: none; }

a:link
{
    color: black;
    border-bottom: 1px dotted black;
}

a:visited
{
    color: #555;
    border-bottom: 1px solid #555;
}

a:link:hover, a:visited:hover
{
    color: #c56c39;
    border-bottom: 1px solid #c56c39;
}

a:link:active, a:visited:active
{
    color: #5a1301;
    border-bottom: 1px solid #5a1301;
}



footer
{
    font-size: 60%;
    margin-top: 3em;
    margin-bottom: 5em;
}
