* {
    padding: 0; margin: 0; border: none;
}
body {
    font-size: 62.5%;
    font-family: arial, verdana, sans-serif;
}
p {
    font-size: 1.3em;
    margin-bottom: 1em;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 1.7em;
}
h1 {
    border-bottom: 2px dashed #016df2;
    margin-bottom: 20px;
    font-size: 2.2em;
    color: #0a339d;
}
div#home {
    font-size: 1.7em;
}
#wrapper {
    width: 950px;
    margin: 20px auto;
}

a:link {
    color: #016df2;
    text-decoration: none;
}

a:visited {
    color: #5601f2;
    text-decoration: none;
}

a:hover, a:active {
    color: #0701f2;
    text-decoration: underline;
}

.listing {
    padding-bottom: 1px;
    margin-bottom: .4em;
    border-bottom: 1px dashed #5601f2;
}