﻿body { 
    font-family: georgia, "times new roman", times, serif; 
    line-height: 1.5em; 
    color: rgb(51, 51, 51); 
    background-color: #cccccc;
}

#content {
    width: 60%;
}

.floatingPic {
    float: right;
    padding: 5px 0 5px 5px;		
}
