body {
    background-color: paleturquoise;
    padding-left: 5%;
    padding-top: 4%;
}

h2, h4, p, li {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: darkblue;
}

h2 {
    font-size: 26px;
}

h4, p {
    font-size: 18px;
}

a {
    text-decoration: none;
}