/* 
 * 2001 Apr 17
 * - changed blue to red under Konqueror 2.1
 * 1998 Nov 7
 * - created under Opera 3.51beta
 *
 * Validate:
 * http://jigsaw.w3.org/css-validator/validator?uri=http%3A//geocities.com/hclsmith/style
 */


BODY {
  color: #fff;
  background: #600;
  font-family: charter, georgia, palatino, garamond, serif;
}

H1 {	text-align: center;
	font-size: 175%;
	font-weight: normal;
	font-style: italic;
}
H2 {	text-align: left;
	font-size: 150%;
	font-weight: normal;
	font-style: normal; /* "roman" would be proper but CSS has "normal" */
}
H3 {	text-align: left;
	font-size: 130%;
	font-weight: normal;
	font-style: normal;
}

P {	text-align: justify;
	text-indent: 2em;
}

BLOCKQUOTE { font-size: 90%; }

.book { font-style: italic; }
.film { font-style: italic; }
.foreign { font-style: italic; }
.linnaean { font-style: italic; }

DD { text-align: justify;
	margin-left: 2em;
}

LI { text-align: justify; }

/* lint suggested including background */
A:link { color: #faa; background: inherit; }
A:active { color: #fff; background: inherit; }
A:visited { color: #ddd; background: inherit; }
/* A { text-decoration: inherit; } */

/* experiment */
IMG { border:7; }

#footer { text-align: right; }

/* add a class "center" for centering */

/* eof */
