/*
 * 1999 Apr 19
 * - tweaked colours to try to satisfy a dear fur friend who was almost
 *  lost because of them ;)
 *
 * 1998 Nov 7
 * - created under Opera 3.51beta
 */


BODY {
  color: #fff;
  background: #007;
  font-family: georgia, charter, garamond, palatino, 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;
}

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

LI { text-align: justify; }

.attribution {
	font-family: zurichcalligraphic, "Caflisch Script Web", "Flemish Script", cursive;
}

.notes { font-size: 90%; }

.webaddress {
	font-family: "Courier New", courier, monospace;
}

/* lint suggested including background */
A:link { color: #0ff;}
A:active { color: #0f0;}
A:visited { color: #0cc; }
/* A { text-decoration: inherit; } */

#footer { text-align: right; }

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

/* eof */
