table.top{
    border:2px solid black;
    padding: 0.1ex
}

body { 
    background-color: #D5B279;
    font-family:"Comic Sans MS";
} 

a {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #F2E5d3;
}

a:hover {
    color: #0066CC;
}

span.underline a {
    text-decoration: underline;
}

span.underline a:visited {
    text-decoration: underline;
    color: #000000;
}

span.underline a:hover {
    text-decoration: underline;
    color: #0066CC;
}

span.IAClink a {
    color: #000000;
}

span.IAClink a:visited {
    color: #000000;
}

span.IAClink a:hover {
    color: #0066CC;
}

td.left {
    padding: 1.0ex;
}

td.index {
    padding: .25ex;
    text-align: center;
    vertical-align: middle;
    border: outset;
}

td.leftlarger {
    padding: 1.0ex;
    font-size: larger;
    font-weight: bold;
    text-transform: uppercase;
}

td.middle {
    background-color: #F2E5d3;
    padding: 1.0ex;
}

td.pictures {
    font-size: smaller;
    padding: 2.0ex 1.0ex;
    text-align: center;
}

td.pictures a:visited {
    color: #000000;
}

p.copyright {
    font-size: x-small;
    font-style: italic;
    text-align: right;
}

