body {
    font: 15px "Helvetica", sans-serif;
}

#pageheader {
    font-size: 1.8em;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
    line-height: 2em;
    margin:auto;
    width: 80%;
}

#pageheader h1 {
    position: relative;
}

.instructions{
    font-size: 1.2em;
    margin:auto;
    width: 80%;
}

.instructions li {
    padding-bottom: 1em;
}

.instructions em {
    font-style: normal;
    font-weight: bold;
}

.instructions code {
    color: 202020;
    background-color: whitesmoke;
}
