body {
    background-color: #E3D195;
}
table {
    border: 1px solid #000000;
    margin: auto;
}
img {
    border: 0px;
}
.content {
    margin: 30px;
    text-align: center;
    max-height: 424px;
    overflow: hidden;
    height: expression(this.scrollHeight > 424 ? "424px" : "auto");
}
h3 {
    text-align: center;
}
#sites a, #sites a:link, #sites a:active {
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
#sites a:hover {
    color: #0000FF;
}
#sites img {
    vertical-align: middle;
}
