html, body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #000000;
}

a, a:link, a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

div.block {
    margin: 80px;
}

div.top {
    margin-bottom: 40px;
}

div.bottom {
    margin-top: 40px;
}

div.logo {
    margin-bottom: 45px;
    max-width: 300px;
}

div.contact {
    line-height: 25px;
    margin-bottom: 45px;
}

div.about {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px;
    font-weight: 900;
}

hr {
    height: 1px;
    border: 0px;
    background-color: #000000;
}

p {
    margin-bottom: 1em;
    margin-top: 0em
}