body {
    font-family: Georgia, "Times New Roman", serif;
    background: #ffffff;
    color: #333333;
    line-height: 1.7;
    margin: 0;
}

.content {
    max-width: 760px;
    margin: 60px auto;
    padding: 0 30px;
}

h1, h2, h3 {
    color: #0b3d5c;
    font-weight: normal;
}

h1 {
    margin-bottom: 40px;
}

h2 {
    margin-top: 50px;
    margin-bottom: 25px;
}

h3 {
    margin-top: 40px;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}

a {
    color: #0b3d5c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
