H1, H2, H3, H4, H5, H6, HR {
	color: #C21;
}

HR {
	border-color: #C21;
}

BODY {
	background: white none;
	color: black;
	margin-left: 3%;
	margin-right: 3%;
	font-family: "Times New Roman", "Times Roman", Times, Utopia, serif;
	}

A:link {
	color: #00B;
	background: transparent none;
	}

A:visited {
	color: #508;
	background: transparent none;
	}

A:active {
	color: #008;
	background: #FDD none;
	}

A:hover {
	color: #508;
	background: yellow none;
	}

H1, H2, H3, H4, H5, H6 {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	}

H1, H2, H3, H4, H5, H6, HR, P.subhead, P.continued, P.navtail, P.sign {
	color: #C21;
	background: transparent none;
	}

H1	{
	font-size: large;
	}

H2	{
	font-size: large;
	}

H2, H3	{
	margin-top: 2em;
	}

P.subhead {
	font-family:	Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	font-style: italic;
	text-indent: 2em;
	margin-top: -0.5em;
	} 

P.subhead EM	{
	font-style: normal;
	}

P.text, P.intro, UL.contents {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	text-align: justify;
	}

UL.contents	{
	list-style-type: square;
	}

.description, BLOCKQUOTE, DL {
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	margin-left: 5%;
	margin-right: 5%;
	text-align: justify;
	}

P.subhead A:hover, P.subhead A:active, P.subhead A:link, P.subhead A:visited, P.intro A:hover, .description A:hover, P.intro A:active, .description A:active, P.intro A:link, .description A:link, P.intro A:visited, .description A:visited, P.text A:hover, P.text A:active, P.text A:link, P.text A:visited {
/*	text-decoration: none; */
	font-weight: bold;
	}

P.continued	{
	font-style: italic;
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	text-align: right;
	}

P.navtail	{
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	margin-bottom: 0;
	padding-bottom: 0.2em;
	}

P.sign	{
	font-style: italic;
	font-family: Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	margin-top: 0;
	padding-bottom: 0.2em;
	}

.biglinks, .biglinks LI, DT, TH, .rimgbox {
	background: transparent none;
	}

/* Everything below here just makes Netscape unstable... */

#veryfirst:first-letter	{
	font-size: 240%;
	float: left; /* drop-cap */
	/* line-height: 0.9; */
	margin: -0.2em 0.1em -0.2em 0;
	padding: 0;
	border: none;
	color: #C21;
	font-family: "Lucida Calligraphy", "Monotype Corsiva", Georgia, "Minion Web", Palatino, "Book Antiqua", Utopia, "Times New Roman", serif;
	}

.box	{
	background: #E4E4FF none;
	}

.embox	{
	background: #FFA none;
	}

.box, .embox {
	color: black;
	border: solid #C21 medium;
	padding: 0.3em;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	}

/* first part of selector is kludge for Netscape */

.biglinks, .biglinks LI, DT, TH {
	font-weight: bold;
	background: transparent none; /* messes up Netscape */
	color: #C21;
	}

/* second part is kludge for Netscape */
.biglinks UL LI, .biglinks UL	{
	color: black;
	background: transparent none;
	font-weight: normal;
	}

UL.links, UL.biglinks	{
	padding-left: 1.5em;
	}

UL.biglinks	{
	list-style-type: disc;
	}

UL.biglinks UL, UL.links {
	list-style-type: circle;
	}

.links, .biglinks {
	border: solid #C21 medium; /* NN4 doesn't get the color if this is before the UL.links selectors, I think */
	padding: 0.6em;
	margin: 0.4em 5%;
	}

.rimgbox	{
	float: right;
	border-color: #C21;
	padding: 0.5em;
	border-width: medium;
	width: 240px;
	border-style: solid;
	color: #C21;
	background: transparent none; /* - messes up Netscape - creates black background */
	}



H2 + H3	{
	margin-top: 1em;
	}
