@font-face {
    font-family: 'Elstob';
    src:url("./common/Elstob.woff2");
    font-weight: 200 800;
    font-style: normal;
}
@font-face {
    font-family: 'Elstob';
    src:url("./common/Elstob-Italic.woff2");
    font-weight: 200 800;
    font-style: italic;
}
body {
	margin: 0;
	color: #333333;
	font-family: 'Elstob', serif;
	background-image: url("baroque23b-dark.jpg");
	background-color: 666666;
}

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

div.image {
	border: 3px solid #666666;
	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 {
	clear: both;
	border: 0;
	margin: auto;
	width: 65%;
}

div.quote {
	border: 0;
	float: right;
	max-width: 40%;
}

div.catalog {
	float: left;
	border: 1px solid;
	margin-left: 5%;
	margin-right: auto;
	margin-bottom: 5px;
	width: auto;
	max-width: 55%;
	background-image: url("card-catalog1.jpg");
}

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

.center {
	margin: auto;
	text-align: center;
}

.fineprint {
	font-size: 70%;
}

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

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

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

img.illus {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
}
img.random {border: 3px solid #F2EED8;}

pre {
	font-size: 80%;
}

a {text-decoration: none;}
a:link {color: #996633;}
a:active {color: #996666;}
a:visited {color: #6F6660;}
a:hover {color: #CC9966; text-decoration: underline;}