html,body,nav,header,footer,img,h1,h2,h3,ul,li{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
    background:none;
    -webkit-text-size-adjust:100%;
}
body{
    background-color:#111;
    font:300 16px/20px 'Lato',san-serif;
    max-width:600px;
    padding:40px 20px 60px;
    margin:auto;
}
body,a:hover{
    color:#eee;
}
nav{
    padding-bottom:19px;
    border-bottom: 1px solid #eee;
    margin-bottom:39px;
}
h1,h3{
    text-transform:uppercase;
    font-weight:700;
}
nav a{
    float:right;
}
a,a:active{
    color:#F4AF03;
    text-decoration:none;
    font-style:italic;
}
header{
    padding-bottom:19px;
    border-bottom:1px dashed #eee;
}
img{
    max-width:100%;
    margin-bottom:19px;
    border:1px solid #eee;
}
ul{
    margin:20px 0;
    list-style-type:none
}
footer{
    margin-top:39px;
    border-top:1px solid #eee;
}
footer ul li{
    display:inline;
    margin-right:20px;
}