* {
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding: 0;
    color:white;
    background-color:black;
}

a {
    text-decoration: none;
    color: white;
}

a:visited, a:link, a:active {
    text-decoration: none; 
}

.rubricated:first-letter {
    color: #b80000;
    font-size: 150%;
    font-weight: bold;
}

a:hover{
    color: #b80000;
}

a:visited:first-letter {
    color:white;
}


img {
    margin: 0;
}

footer, header {
    margin-top: 5px;
    margin-bottom: 5px;
}

#title {
    text-align: left;
    display: block;
    margin: 0 auto;
}

@media screen and (orientation: portrait) { 
    body {
        margin:auto;
        display: block;
        flex-flow: column;
        align-items: left;
    }

    img {
        width:100%;
    }
}

@media screen and (orientation: landscape) { 
    body {
        width:600px;
        margin:auto;
        display: block;
        flex-flow: column;
        align-items: left;
    }
}
