/* Stylesheet for Books By Hand book gallery pages*/

/* Add the following command in the <head> section of your html file */

/* <link rel=stylesheet type="text/css" href="bookpage.css"> */

body {
	font-family: "Americana BT", "Times New Roman", Times, serif;
	font-size: 10pt
}

h1 {
	text-align: center;
	color: #ffffcc;
	font-size: 36px;
	font-weight: bold
}

p.footer {
	color: #ffffcc;
	text-align: center;
	font-size: 12px;
	font-weight: bold
}

span.bbh {
	font-size: 14px;
}

a:link, a:visited {
	color : #ffffcc;
	font-weight: bold;
	font-size: 16px;
	border : 3px outset #CC6600;
	background-color : #CC6600;
	text-decoration : none;
}

a:hover {
	color : #ffffcc;
	font-weight: bold;
	font-size: 16px;
	border : 3px inset Olive;
	background-color : Olive;
	text-decoration : none;
}
    
address {
	font-style: normal
}

table {
	margin-left: auto;
	margin-right: auto;
}

.centred {
	text-align: center;
}

span.big {
	font-size: 120%;
	font-weight: bold;
}

td.description {
	text-align: center;
	background-color: #FFFFCC;
}