@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

body {
    font: 400 87.5%/2em "Open Sans", sans-serif;
    margin: 40px auto;
    width: 600px;
}

a {
    color: #5af;
    text-decoration: none;
}

a:hover {
    color: #38d;
}

hr {
    border: 0;
    border-bottom: 6px solid #d9d9d9;
    margin: 2em 0;
}

article {
    border-bottom: 6px solid #d9d9d9;
    margin-bottom: 3em;
    padding-bottom: 1.5em;;
}