body {
	margin: 0;
	color: #333300;
	font-family: 'Goudy Old Style', 'Goudy Bookletter 1911', 'Garamond', 'Bell MT', serif;
	background-image: url("triangle5.jpg");
	background-color: 4B331B;
}

div.main {
	border: 3px solid #424A15;
	margin: 10px auto;
	padding: 25px;
	width: 627px;
	background-color: #E9E0C0;
	background-image: url("cream-stripe3.gif");
	font-weight: normal;
}

div.image {
	border: 3px solid #424A15;
	margin: 10px auto;
	padding: 10px;
	min-width: 800px;
	max-width: 90%;
	background-color: #E9E0C0;
	background-image: url("cream-stripe3.gif");
	font-weight: normal;
}


div.footer {
	border: 0;
	margin: auto;
	text-align: center;
}

div.comments {
	border: 0;
	margin: auto;
	width: 65%;
}

table.paper {
	margin: auto;
	font-family: 'Courier New','CentSchbook Mono BT',  'Courier', monospace;
}

.center {
	text-align: center;
}

.fineprint {
	font-size: 70%;
}

strong {
	font-size: 120%;
	font-weight: normal;
}

ul {
	float: right;
	list-style-type: none;
	margin: 30px;
	padding: 0;
	line-height: 20px;
}

ul.twocols {
	margin: -20px;
}

h1 {
	margin-top: 15px;
	font-size: 170%;
	font-weight: bold;
	font-style: italic;
}

a {text-decoration: none;}
a:link {color: #666633;}
a:active {color: #999933;}
a:visited {color: #6F6660;}
a:hover {color: #999966; text-decoration: underline;}
