html {
    font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', cursive, sans-serif;
    top: -110px;
    left: 4px;
    width: 900px;
    background-color: #white;
    position: relative;
    margin: auto;
    margin-top: 200px;
}
.top_logo {
    top: -42px;
    left: 425px;
    position: absolute;
    z-index: 1;
    width: 350px;
    text-align: right;
}
.top_menu {
    width: 923px;
    height: 38px;
    color: #990099;
}
.top_menu img {
    height: 15px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    font-style: italic;
    display: none;
    position: absolute;
    min-width: 100px;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 3px 10px;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    color: blue;
    padding: 3px 30px;
    text-decoration: none;
    display: block;
}
table.feat {
    margin-top: 20px;
    width: 900px;
    cellpadding: 4px;
    cellspacing: 10px;
    border: 0px;
    text-align: center;
}
table.feat .page_title {
    vertical-align: text-top;
    font-size: xx-large;
    color: rgb(102, 0, 153);
    font-weight: bold;
}
table.feat img.feat {
    max-width: 350px;
    max-height: 500px;
}
table.feat .feat_title {
    font-size: x-large;
}
table.feat .feat_title span {
    font-size: large;
}
table.feat img.artist {
    max-width: 150px;
}
table.grid {
    /* The img below are 250px high and 100%, so won't overflow the col. */
    width: 900px;
    border: 0px;
}
table.grid img {
    max-height: 250px;
    max-width: 100%;
}
table.grid td {
    font-size: medium;  /* Smaller than the default html smaller. :p */
    text-align: center;
}
table.grid span {
    font-size: small;  /* Smaller than the td. */
}
