body {
    background-color: #fff;
}
body,
td,
th {
    color: #000;
    font-family: Arial;
    font-size: large;
}
a:link {
    color: #222;
    text-decoration: none;
}
a:visited {
    color: #222;
    text-decoration: none;
}
a:hover {
    color: #666;
    text-decoration: none;
}
a:active {
    color: #222;
    text-decoration: none;
}
a {
    font-size: large;
}

img, iframe {
    max-width: 100%;
}

.bio-pic {
    max-height: 530px;
}

.small-pic {
    max-height: 270px;
}

.med-pic {
    max-height: 500px;
}

.large-pic {
    max-height: 600px;
}

table {
    max-width: 960px;
}