
body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color:rgb(233, 243, 236);
    margin-top: 1em;
    margin-bottom: 6em;
    margin-left: 21%;
    margin-right: 21%;
}

header {
    text-align: center;
    margin-bottom: 4em;
    color:rgb(13, 80, 80);
}
.placetime {
    font-weight: 100;
    color:rgb(14, 98, 98);
    margin-bottom: 0.25em;
}

.title {
    color:rgb(13, 103, 103);
    margin-top: .75em;
    font-size: large;
    font-weight:bold;
}

.experience dd {
    margin-bottom: 2em;
    margin-top: 0em;
}
h1 {
    color:rgb(14, 146, 146);
    font-family: Impact;
    text-align: center;
}
h3 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 100;
    color:rgb(14, 146, 146);
}
address {
    text-align: center;
}
.education dt {
    color:rgb(13, 80, 80);
    font-weight:bold;
    margin-bottom: 0em;
    margin-top: 0.75em;
}
.education dd {
    margin-top: 0em;
}
dt {
    margin-bottom: 0.25em;
}
dd {
    margin-left: 0em;
}

/* unvisited link */
a:link {
    color:rgb(16, 101, 101);
}
/* visited link*/
a:visited {
    color:#1f3d3d;
}
footer {
    text-align: center;
    margin-top: 2em;
}



