/* 
#################################################################
CSS Code written by Hugh Staples for use with HTML pages 
generated with BreezeBrowserPro, a most excellent
image management program available at www.breezesys.com
#################################################################
*/

a:link {
	color: #0000ff; /* Blue */
	background-color: #dcdcdc; /* Gainsboro */
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	background-color: #dcdcdc; /* Gainsboro */
	color: #8a2be2; /* BlueViolet */
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:active {
	background-color: #191970; /* MidnightBlue */
	color: #f5fffa; /* MintCream */
	font-weight: 700;
}

body, p {
	margin-left: 0.75%;
	margin-right: 0.75%;
	background-color: #dcdcdc; /* Gainsboro */
	color: #000000; /* Black */
	background-image: url(http://www.hugh57.com/css/Bookart.jpg);
	background-attachment: fixed;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	line-height: 1.15em;
}

h1 {
	padding: 2px 0px 6px 6px;
	margin: 1% 0.75% 0.5% 0.75%;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
}

h1, h2, h3, h4, h5 {
	 /*background-color: #f5fffa; MintCream */
	color: #191970; /* MidnightBlue */
}

h2 {
	padding: 4px 0px 7px 6px;
	margin: -6px 0.75% 0.5% 0.75%;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold !important;
	line-height: 1.25em;
}

h3 {
	padding: 2px 0px 6px 6px;
	margin: 1% 0.75% 0.5% 0.75%;
	background-color: #f5fffa;
	color: #8b4513;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.25em;
	line-height: 1.25em;
}

h4 {
	padding: 2px 0px 6px 6px;
	margin: 1% 0.75% 0.5% 0.75%;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
}

h5 {
	padding: 2px 0px 6px 6px;
	margin: 1% 0.75% 0.5% 0.75%;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.75em;
}

h6 {
	padding: 2px 0px 6px 6px;
	margin: 1% 0.75% 0.5% 0.75%;
	font-family: "Palatino Linotype", Garamond, "Book Antiqua", Georgia, Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.75em;
}

span.date {
	font-size: 0.75em;
}

span.title {
	font-size: 0.8em;
}

table.bdr {
	padding: 6px;
	border: 3px solid #191970; /* MidnightBlue */
}

td.left {
	width: 50%;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.75em;
	text-align: left;
}

td.right {
	width: 50%;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 0.75em;
	text-align: right;
}

.alctr {
	text-align: center;
	line-height: 1.1em;
}

.allft {
	text-align: left;
}

.alrt {
	text-align: right;
}

.hrbot {
	border-bottom: 2px solid #191970; /* MidnightBlue
	padding-bottom: 3px;*/
}

.hrtop {
	border-top: 2px solid #191970; /* MidnightBlue
	padding-top: 3px; */
}

