body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    background: #fefefe;
    color: #111111;
}

header {
    background: #ecf0f1;
}

#experience h2 i {
    color: #2ecc71;
}

#education h2 i {
    color: #2c3e50;
}

#skills i {
    color: #f1c40f;
}

#certifications i {
    color: #2980b9;
}

#interests i {
    color: #7f8c8d;
}

#references i {
    color: #f39c12;
}

footer {
    background: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    height: 48px;
}