        body {
            color: rgb(0, 0, 0);
            background-color: rgb(204, 204, 255);
        }
        a:link, a:visited {
            color: #000099;
        }
        a:active {
            color: #990099;
        }
        .center {
            text-align: center;
        }
        .bold-text {
            font-weight: bold;
            font-family: 'Book Antiqua';
            color: rgb(102, 102, 204);
        }
        .image {
            width: 682px;
            height: 512px;
        }
        .figure figcaption {
            padding: 10px;
            font-size: 1.2em;
            color: #333;
            text-align: center;
            font-style: italic;
        }