body {
    font-size: 15px;
    color: #777777;
    font-family: arial;
    text-align: center;
}

h1 {
    font-size: 64px;
    color: #555555;
    margin: 70px 0 50px 0;
}

p {
    width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px
}

div {
    width: 320px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
}

a:link {
    color: #34536A;
}

a:visited {
    color: #34536A;
}

a:active {
    color: #34536A;
}

a:hover {
    color: #34536A;
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

ul li {
    text-align: left;
}
