body {
    font-family: "LatoWeb","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: .9375rem;
    line-height: 1.5;
}

h1 {
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0 24px;
    margin-bottom: 24px;
    padding: 16px 0;
    border-bottom: 1px solid #C7CDD1;
}

p {
    margin: 0 24px;
}

a {
    color: #008EE2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style: none;
    padding-left: 60px;
    line-height: 50px;
}

li {
    font-size: .875rem;
}

li:before {
    content: "";
    background: url(doc-icons.png) no-repeat -90px -72px;
    display: inline-block;
    vertical-align: middle;
    height: 42px;
    width: 36px;
    margin: 4px 0;
    margin-left: -36px;
}

li.html:before { background: url(doc-icons.png) no-repeat -90px -71px; }
li.js:before { background: url(doc-icons.png) no-repeat -150px -71px; }
li.css:before { background: url(doc-icons.png) no-repeat -211px -71px; }
li.php:before { background: url(doc-icons.png) no-repeat -211px -19px; }
li.jpg:before { background: url(doc-icons.png) no-repeat -30px -19px; }
li.png:before { background: url(doc-icons.png) no-repeat -90px -19px; }
li.svg:before { background: url(doc-icons.png) no-repeat -150px -19px; }
li.zip:before { background: url(doc-icons.png) no-repeat -272px -125px; }
li.xml:before { background: url(doc-icons.png) no-repeat -272px -19px; }
