
/* the styles what I created */
body, p, td, span, div {
    background: rgb(215,215,215);
    color: black;
    font-family: "Zapf Humanist", Verdana, Tahoma, Arial, sans-serif;
    font-size: small;
    }

a { color: navy; }
a:active { color: maroon; }
a:visited { color: navy; }

.illustration {
	background: white;
}

.sidebar {
    background: silver;
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    padding: 1ex;
    margin: 1ex;
    float: right;
    width: 25%;
    text-align: left;
    }

.head {
    font-size: large;
    font-weight: bold;
    }

.subhead {
	font-size: medium;
	font-weight: bold;
	}

.address { font-size: xx-small; }

.footer { font-size: x-small; }

.centered { text-align: center; }
.left { text-align: left; }

.next {
	font-size: x-small;
	font-style: italic;
	text-align: right;
	margin-right: 10em;
	}

a.bannerlink {
	text-decoration: none;
	color: black;
	}

