body	{

	color:	black;
	background:	teal;

	font-size:	1em;
	font-weight:	normal;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family:	Arial, Helvetica, sans-serif;
	font-size-adjust:	.48;

	text-decoration:	none;
	border-color:	black;
	border-style:	none;

	margin:		2em 2em 2em 2em;
	}

small	{
	font-size:	.92em;
	}

big	{
	font-size:	1.17em;
	}

pre	{
	font-family:	"Courier New, monospace";
	}

	/* end body type */




	/* begin header type */	/* 6 - industrial sans */

h1	{
	font-family:	"Arial, Helvetica, sans-serif";
	font-size-adjust:	.46;
	font-size:	2.33em;
	font-weight:	400;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

h2	{
	font-family:	"Arial, Helvetica, sans-serif";
	font-size-adjust:	.46;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

h3	{
	font-family:	"Arial Narrow, Helvetica Narrow, sans-serif";
	font-size-adjust:	.46;
	font-size:	1.58em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

h4	{
	font-family:	"Arial Narrow, Helvetica Narrow, sans-serif";
	font-size-adjust:	.46;
	font-size:	1.33em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

h5, dt	{
	font-family:	"Arial Narrow, Helvetica Narrow, sans-serif";
	font-size-adjust:	.46;
	font-size:	1.17em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

h6	{
	font-family:	"Arial Narrow, Helvetica Narrow, sans-serif";
	font-size-adjust:	.46;
	font-size:	1em;
	font-weight:	600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

	/* end header type */




	/* begin affordances */	/* 4 - swiss a */

em	{
	font-style:	normal;
	font-weight:	bold;
	}

strong	{
	font-style:	italic;
	font-weight:	bold;
	}

b	{
	font-weight:	bold;
	}

i	{
	font-style:	italic;
	}


a:link	{
	text-decoration:	none;
	/* font-weight:	bold; */
	/* color:	#C00; */
	/* background:	#ffc; */
	}

a:visited	{
	text-decoration:	none;
	font-weight:	bold;
	}

a:active	{
	text-decoration:	none;
	}

a:hover	{
	text-decoration:	none;
	}

a:offsite	{
	text-decoration:	none;
	}

	/* end affordances */






