body {
    color: black;
    background-color: #555;
    font-family: verdana, arial, sans-serif;
    margin: 50px 100px 80px 100px;
}
#content {
    clear: both;
    margin-top: 60px;
}
a:link {
    color: #222;
    font-style: italic;
    background-color: #555;
}
a:visited {
    color: #333;
    font-style: italic;
    background-color: #555;
}
a:hover {
    color: #777;
    font-style: italic;
    background-color: #555;
}
li {
    margin-bottom: 10px;
}

.tablecontainer {
    clear: both;
    width: 610px;
    margin: 40px 0px 15px 40px;
}
.imagecontainer {
    border: solid 1px #333;
    float: left;
    width: 247px;
    margin: 0px 5px 15px 0px;
}
.imagecontainer img {
    border:1px solid #333;
}
.imagecontainer a:hover {
    opacity:.50;
    filter: alpha(opacity=50);
}
.logo-header {
    clear: both;
    font-size: xx-large;
}
.logo-sub-head {
    font-size: smaller;
}
.header {
    font-size: large;
}
.sub-head {
    font-size: smaller;
}
