body {
    background-color: #AAAAAA;
    color: black;
    font-family:  Arial, Helvetica, sans-serif;
    font-size:  100%;
}

img {
    border: 0;
}

img.left {
    border: 0;
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}

div.canvas {
    width: auto;
    text-align: left;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin-left: 150px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 20px;
}

table.menubar  {
    margin: 0;
    padding: 5px;
    background-color: gray;
    width: 100%;
    font-size: 120%;
}

td.menubar {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 10%;
}

td.menubarselection {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 10%;
}

a.menubar {
    color: white;
}

a.menubar:hover {
    text-decoration: underline;
}

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

td {
    padding: 0 15px 15px 15px;
}

a {
    color: #0000FF;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.footer {
    padding-top: 5px;
    font-size: smaller;
    font-style: italic;
    margin-left: 150px;
}

td.thumb {
    vertical-align: top;
    float: none;
    border: 0;
    width: 240px;
    height: 180px;
}
