html {
    font-family: "Source Sans Pro", Arial, "Helvetica Neue", Helvetica,
sans-serif;
background-color: whitesmoke;
}
            h1 {
    color: gray;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}
            h2 {
    color: black;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    font-style: italic;
    text-decoration: underline;
}
h3 {
color: black;
font-size: 18px;
line-height: 20px;
font-weight: normal;
font-style: italic;
text-decoration: underline;
}
h4 {
color: black;
font-size: 18px;
line-height: 20px;
font-weight: normal;
font-style: italic;
text-decoration: underline;
}
            p {
    color: black;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    width: 960px;
}
            figure {
    float: left;
    margin: 0 20px 20px 0;
}
            img {
    max-width: 300px;
}