body {
	background-color: white;
	color: black;
	padding: 0;
	border: 0;
	margin-left: 18px;
	margin-top: 18px;
}

.linebreak {		/* typically used to force a double-linebreak between (uncooperative) elements */
	border: 0;		/* initially used on books.html for the sidebar-aligned text			 	   */
	margin: 0;
	margin-bottom: 1.5em;
	padding: 0;
	width: 100%;
}

#content-order-page {
	position: static;
	top: 10px;
	left: 10px;
	width: 655px;
	max-width: 680px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: black;
}

#price-calculation {
	position: relative;
	top: inherit;
	left: 320px;
	width: inherit;
	max-width: inherit;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: black;
}

.small-text {  /*originally used for book info on list.html*/
	font-size: 0.8em;
}

.smaller-text {  /*originally used for sidebar photo caption on shows.html*/
	font-size: 0.7em;
}

.heading {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.sub-heading {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}

.sub-sub-heading { /* Used for the titles of exhibitions, on new.html */
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#bottom-links {
	position: relative;
	bottom: 18px;
	right: 0px;
	width: 680px;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	color: #f36;
}

a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: black;
}
a:active {
	text-decoration: none;
}

ul li ul li {
	position: relative;
	top: -15px;
	left: -15px;
}