
/* Style Sheet for ~sthomas pages */

BODY	{
	/*font-family: "Times New Roman", serif;*/
        margin-left: 3em;
	margin-right: 2em;
	color: #000000;
	background: #ffffff;
	}

H1,H2,H3,H4,H5,H6 {
	font-family: Arial, sans-serif;
	}

P	{
	text-align: justify;
	line-height: 120%;
	}

CITE	{ /* citations are underlined, not italic */
	text-decoration: underline;
	font-style: normal;
	}

PRE, TT, CODE, KBD, SAMP {
	font-family: "Courier New", Courier, monospace;
	}

HR	{ /* this doesn't work */
	color: #990033;
	background: #ffffff;
	}

/* Anchors */

A:link	{
	color: #0000ff;
	background: #ffffff;
	text-decoration: none;
	}
A:active {
	color: #ff0000;
	background: #ffffff;
	text-decoration: none;
	}
A:visited {
	color: #990099;
	background: #ffffff;
	text-decoration: none;
	}

A.offsite:link { /* this doesn't work on Mac */
	color: green;
	background: #ffffff;
	text-decoration: none;
	}

/* Lists */

DL,OL,UL {
	text-align: justify;
	line-height: 120%;
	}

DL DD	{
	font-size: small;
	}

OL LI	{
        list-style-type: decimal;
        }

OL OL LI {
        list-style-type: lower-alpha;
        }

OL OL OL LI {
        list-style-type: lower-roman
        }


/* Document sections */

DIV.dochead	{
	text-align: center;
	}
DIV.bodytext P	{
	line-height: 120%;
	}
DIV.bodytext DD	{
	font-size: small;
	}
DIV.footnote P	{
	font-size: small;
	text-align: left;
	text-indent: 0;
	}
DIV.navigation	{
	font-size: small;
	text-align: center;
	text-indent: 0;
	}
DIV.navigation P { /* because inheritance doesn't work in Win */
	font-size: small;
	text-align: center;
	text-indent: 0;
	}

ADDRESS, DIV.docinfo	{
	font-family: Arial, sans-serif;
	font-size: small;
	color: gray;
	background: #ffffff;
	text-align: left;
	}

/* positional classes, e.g. for IMG placement */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.clear { clear: both; }

/* custom classes */

.author {
	font-weight: normal;
	font-size: large;
	}

.title  {
	font-weight: normal;
	font-size: large;
	font-style: normal; }

.note	{
	font-size: small;
	text-align: left;
	text-indent: 0;
        margin-left: 1em;
	/* background: #dfdfdf; */
	}

/* classes for Plays */

.verse {
	whitespace: pre;
	font-family: "Times New Roman", Times, serif;
	}

/* Last update 13 Feb 1999 by Steve Thomas */
