/* */
/* Right now to apply rules to the main body TAG doesn't seem appropriate. */
/* but what the hell, let's try it.  */
/* Thu Jan 29 17:39:01 CST 1998 Note: "%color" as a value is busted */
/*   under Netscape 4.0 ... */

/* General Rules */
body	{
	background:	"#ffffff";
	color:		"#000000";
	link:		"#0000ff";  /* blue */
	visited:	"#ffff00";  /* yellow */
	active:		"#800000";  /* aqua */
	}
.stream
	{
	font-family:	times;
	background:	white;
	}
.formal
	{
	font-family:	times;
	background:	white;
	}
.lessformal
	{
	font-family:	courier;
	background:	silver;
	}

/* Header Rules */
.stream-header
	{
	font-family:	arial, verdana, helvetica;
	color:		darkblue;
	}
/* Paragraph, general style, and markup rules */
p	{
	margin-left:	2em;
	margin-right:	2em;
	}
.timespara1
	{
	font-family:	times;
	margin-left:	3em;
	margin-right:	3em;
	}
.legalpara1
	{
	font-family:	times;
	margin-left:	2em;
	margin-right:	3em;
	}
.red-word
	{
	color:		red;
	}
.lined
	{
	color:		red;
	text-decoration:	line-through;
	}
#ovrstrike
	{
	text-decoration:	line-through;
	}
.streamfooter1	{
	font-family:	arial, verdana, helvetica;
	font-size:	65%
	}
.pnfooter
	{
	text-align:	right;
	font-style:	bold;   /* NOT working */
	}
