BODY {
	color: black;
	margin-left: 3em;
	margin-right: 2em;
	background-color: white;
	background-image: url(background.jpg);
	background-attachment: fixed;
/*	background-repeat: no-repeat;
	background-position: 50% 50%; */
}

H1 { text-align: center }

H2 { text-indent: 2% }

H3, H4 { text-indent: 1% }

H1, H2, H3, H4 { font-family: cursive, sans-serif, serif ; color: #a02a2a}

CITE { font-weight: 600; font-style: normal }

IMG.email {  border-width: 0; vertical-align: top }

BLOCKQUOTE {
	border: solid blue 1px;
	background-color: #f8f0e1;
	padding: 0.5em;
}

BLOCKQUOTE BLOCKQUOTE {
	background-color: #f0e8d1;
}

/* Usage: <div class="sidebar"> */
/* A thinsidebar will only be as wide as it needs to be */
.sidebar {
	width:30%;
}

.sidebar, .thinsidebar {
	background-color: #efb5ac;
	float:right;
	clear:right;
	margin: 8px;
	border: solid blue;
	border-width:2 1 1 1;
	padding: 0.5em;
	font-family: sans-serif;
	font-size:small;
}

a:link    { color: #00D;  background: transparent; }
a:visited { color: #408;  background: transparent; }
a:active  { color: #408;  background: #DDD }
a:hover   {               background: #F0C700 }


