body {
    background-image: url('../images/dark_bg.jpg');
    background-color: #303030;
    font-family: Minion Web, Georgia, Times New Roman, serif;
    font-style: normal;
    font-size: medium;
    font-weight: normal;
    font-stretch: normal;
    font-size-adjust: .5;
    color: #f0fff0;
    text-align: left;
    margin:5%;
}

h1 {
/*
    font-family: "Copperplate Gothic Bold", Copperplate, Times New Roman, serif;
    font-weight: bold;
*/
    font-family: "Copperplate Gothic Light", Copperplate, Times New Roman, serif;
    font-weight: normal;
    font-variant: small-caps;
    text-align: center;
    font-size: xx-large;
}

h2 {
    font-family: "Copperplate Gothic Light", Copperplate, Times New Roman, serif;
    font-variant: small-caps;
    text-align: center;
    font-size: large;
}

h3 {
    font-family: "Copperplate Gothic Light", Copperplate, Times New Roman, serif;
    font-variant: small-caps;
    text-align: left;
    font-size: large;
}

dt {
    color:#c0ffc0;
    font-size: 12pt;
}

dd {
    font-size: 10pt;
}

.notalink {
    color: #d0f0d0;
}

a:link {
    color: #d0f0d0;
}

a:visited {
    color: #b0d0b0;
}

a:hover {
    color: #c0e0c0;
}

.emerald {
    color: #40ff40;
}

.floatL {
    float:left;
    text-align:left;
    color: #40ff40;
}

.floatR {
    float:right;
    text-align:right;
    color: #40ff40;
}

.smaller {
    font-size:10pt;
}

.smallest {
    font-size:8pt;
}

#people {
    color: #f0fff0;
/*    color: white; */
    text-align: left;
}
