@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300);

body {
    font-family: Merriweather, Georgia, Garamond, serif;
    font-size: 17px;
    line-height: 1.75;
    -webkit-text-size-adjust: 100%;
    width: 600px;
    margin-top: 50px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 200px;
}
img {
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 50px;
}
h1 {
    font-family: Merriweather, Georgia, Garamond, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 48px;
    line-height: 1.35;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
}
h3 {
    font-family: Merriweather, Georgia, Garamond, serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    margin-top: 1.4em;
}
p {
    margin-top: 0em;
}
ul {
    padding-left:2em;
    padding-right:0em;
}
li {
    margin-top: .5em;
    margin-bottom: .5em;
}
hr {
    display: block;
    clear: both;
    visibility: hidden;
}

