::selection {
    color: #fff;
    background-color: #E65D22;
}

body {
    color: #000;
    font-family: Raleway;
    font-weight: 300;
    font-size: 1.2em;
}

a, a:link, a:visited {
    color: inherit;
    font-weight: 700;
    text-decoration:none;
}

a:hover, a:active {
    color: #E65D22;
    font-weight: 700;
    text-decoration:none;
}

div {
    width: 600px;
    height: auto;
    margin: 150px auto 150px auto;
}

p {
    margin: 0;
    padding: 0 0 0.8em 0;
}

p:last-child {
    padding: 0
}
