
*
{
    font-family: Futura;
    color: white;
}

body
{
    margin: 0;
}

ul
{
    padding: 0;
    list-style-type: "- ";
    list-style-position: inside;
}

a
{
    text-decoration: none;
}


h1, h2, h3, h4, h5
{
    margin: 0;
    font-weight: normal;
}

