@charset "UTF-8";
/* CSS Document */

@media screen {
    body {
    font-family: Raleway, "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 12pt;
    max-width: 1111px;
    background-image: url(eggshell.png);
    background-attachment: scroll;
    background-repeat: repeat;
    }
    b {
        font-weight: 600;
    }
    h1 {
        font-size: 21pt;
        font-weight: 600;
        margin-bottom: -10px;
    }
    h2 {
        margin: 0px;
        font-weight: 600;
        font-size: 14pt;
    }
    ul {
        margin-top: 8px;
        margin-bottom: 16px;
    }
}

@media print {
    body {
        font-family: Raleway, "Palatino Linotype", "Book Antiqua", Palatino, serif;
        font-size: 10pt;
        max-width: 1111px;
    }
    b {
        font-weight: 600;
    }
    h1 {
        font-size: 19pt;
        font-weight: 600;
        margin-bottom: -10px;
    }
    h2 {
        margin: 0px;
        font-weight: 600;
        font-size: 12pt;
    }
    ul {
        margin-top: 8px;
        margin-bottom: 16pt;
    }
}

#header {
    text-align: center;
}
#objective ul {
    list-style-type: none;
}
#employment ul {
    list-style-type: none;
}
#education ul {
    list-style-type: none;
}
#accomplishments ul {
    list-style-type: disc;
}
#skills ul {
    list-style-type: disc;
}
#references ul{
    list-style-type: none;
}
