

body {
    border: 2px solid darkgreen;
    border-radius: 5px;
    padding: 5px;
    color: darkgreen;
    background-image: url(images/groovepaper.png);
}

header {
    text-align: center;
}

/* Centers a table on the page, full screen width */
.centertable {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#footnote {
    font-size: .75em;
    text-align: center;
}

/* Changing the UL type to a square */
.square {
    list-style-type: square;
}

/* Classes - Table Cell Modifications for Home.html */
.home1 {
    width: 33%;
    padding: 2px;
    vertical-align: top;
}
.home2 {
    width: 33%;
    padding: 2px;
    vertical-align: top;
}
.home3 {
    width: 33%;
    padding: 2px;
    vertical-align: top;
}