body {
    font-family: "Droid Serif", Georgia;
    letter-spacing: 1px;
    background: #00A82A;
    color: #E5E4D7;
    margin: 0 0 0 0;
}

a, a.visited {
    color: black;
    text-decoration: none;
}

a.white {
    color: white;
    text-decoration: none;
}

li {
    list-style: upper-alpha;
}


#top {
    font-size: 64px;
    background: white;
    color: black;
}

#header {
    padding-top:    100px;
    padding-bottom:  20px;
    margin-left:    100px;
    margin-bottom:  100px;
}

#right {
    font-size:   32px;
    font-family: 'courier new';
    position: fixed;
    top:      0px;
    right:    0px;
}

#bottom {
    width: 100%;
    float: top;
    margin: 0 0 0 0;
}

#intro {
    
}

#content {
    margin-top: 80px;
    margin-left: 140px;
}

#footer {

}

.green {
    font-size: 40px;
    margin-left: 100px;
    color: white;

}
