*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body > div
{
    width: 620px;

    margin: 0 auto;
}

/* Elementer */
h1
{
    font-size: 2.2em;
    
    margin-top: 0.8em;
    margin-bottom: 0.5em;
}
h2
{
    padding-bottom: 2px;

    font-family: sans-serif;
    color: red;

    border-bottom: 1px dotted lightgray;
}
h3
{
    font-family: sans-serif;
    font-size: 1em;
    color: gray;
    
    background: url(img/citations_tegn.png) top left / 50px no-repeat;

    padding-left: 3.5em;

    margin-bottom: 1.2em;
}
p
{
    font-family: sans-serif;
    font-size: 0.9em;

    padding-bottom: 1.2em;
    border-bottom: 1px solid gray;
}
strong
{
    margin-right: 0.5em;
    padding-right: 0.6em;

    border-right: 1px solid black;
}