/* SQUELETTE  */

html {
    background: black;
}
body {
    color: white;
    text-align: center;
    margin: 3em 0 20px;
}

/* PROPRIÉTÉS GÉNÉRALES */

a { text-decoration: none; }
a:active, a:link, a:visited { color: black; }
a:hover,a:focus { color: black; }
