#content {
    font-size: larger;
    background-color: #eee;
}

a:visited {
    color: blue;
}

img {
    max-width: 80%;
    display: block;
}
