BODY { 
	background: #F8EEE3;
	margin-right: 3em;
	margin-left: 3em;
	margin-top: 0;
	margin-bottom: 3em;
	}
	
H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline }

/*LI { display: list-item }*/

H1, H2, H3 {
	font-family: "Baskerville", serif;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	color: #600000; 
	}

P	{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	}

/*P:first-line  {
	line-height: 150%;
	color: #002200;
	}
P:first-letter {
	color: #006000;
	font-size: 200%;
	float: left;
	}
*/
P.nav {font-size: 85%;
	line-height: 80%;
	}
.just { text-align: justify;
	}

A { background-color: #FFEEEE; }
A:link 	{ color: #990000; }          /* unvisited link */
A:visited { color: #666666;  }        /* visited links */
A:active { color: #FF0000; }        /* active links */

/* External Links */
A.ext:link 	{ color: #880000; background: #FFFFFF; }
A.ext:visited { color: #555555; background: #FFFFFF; }
A.ext:active { color: #222222; background: #FFFFFF; }

/* Email Links */
A.email 	{ background: #FFFFFF; Text-decoration: none }

B, STRONG { font-weight: bold }  /* relative to the parent */

STRONG ( font-size: 110% }

I, CITE, EM, VAR, ADDRESS { font-style: italic }

BLOCKQUOTE { margin-left: 1em;
		margin-right: 1em;
		}

EM { font-size: 90% }

PRE, TT, CODE, KBD, SAMP { font-family: monospace }

UL, DIR { list-style: disc }
UL { font-size: 90% }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */

LI { margin-left: 0 }

DT { font-weight: bold;
	margin-top: .5ex;
	}
DD { font-size: 80%;
	line-height: 85%;
	}

HR { border-top: solid;         /* 'border-bottom' could also have been used */
	color: #002200;
	 }
	 
