body {
	font-family: sans-serif;
        font-size: 90%;
}

p {
        text-indent: 3ex;

}

h2 {
        text-decoration: overline;
}

blockquote {
	text-align: justify;
	font-variant: small-caps;
	font-size: small;
}


td.outside {
	background-color: rgb(192,192,192);
	padding: 5px;
	text-decoration: none;
	border-color: rgb(192,192,192);
	border-style: inset;
	border-width: medium;
	background-image: url(http://crossingborderslive.org/images/main/parchment.gif);
}

.copy img {
	margin: 1.5ex;
	border-style: solid;
	border-color: black;
	border-width: medium;
}

td.contents {
        background-color: rgb(192,192,192);
        padding: 5px;
        text-decoration: none;
        border-color: red;
        border-style: ridge;
        border-width: thin;
        font-size: small;
        font-variant: small-caps;
        font-family: serif;
}

.copy {
        padding: 3px;
        margin: 1em;
        max-width: 840px;
}

