body {
    font-family: Georgia, Serif;
    text-align:left;
}

.line {
    margin:20px;
    clear:both;
}

.unit {
    float:left;
}

.lastUnit {
    float:none;
    width:auto;
}

.size1of1 {
    width:100%;
}

.size1of2 {
    width:50%;
}

.size1of3 {
    width:33.3333%;
}

.size2of3 {
    width:66.6667%;
}

.size1of4 {
    width:25%;
}

.size2of4 {
    width:50%;
}

.size3of4 {
    width:75%;
}

.size1of5 {
    width:20%;
}

.size2of5 {
    width:40%;
}

.size3of5 {
    width:60%;
}

.size4of5 {
    width:80%;
}

.size50 {
    width:50px;
}

.size100 {
    width:100px;
}

.size150 {
    width:150px;
}

.size200 {
    width:200px;
}

.size250 {
    width:250px;
}

.size300 {
    width:300px;
}

.size350 {
    width:350px;
}

.size400 {
    width:400px;
}

.size450 {
    width:450px;
}

.size500 {
    width:500px;
}

.size550 {
    width:550px;
}

.sectionHeading {
    font-size: x-large;
    font-weight: bold;
    padding:5px;
}

.sectionText {
    font-size: small;
    color: #666;
    padding:5px;
}

.wrapper {
}