<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
BODY {
  font-size: 0.8em; 
  color: black;
  background-color: white;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.4;
  margin-left: 1cm;
  margin-right: 1cm; }


/* Set the global heading properties */
H1, H2, H3, H4, H5, H6 {
  color: black;
  background-color: inherit;
  margin-left: 0px;
  font-family: arial, helvetica, sans-serif;
  }


/* Set individual heading properties */
H1 {
  font-size: 17pt;
  margin-bottom: 20pt;
  padding-bottom: 1em;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: black;
  }


H2 {font-size: 14pt;}
H3 {font-size: 12pt;} 
H4 {font-size: 11pt; text-decoration: underline;}
H5 {font-size: 10pt; text-decoration: underline;}
H6 {font-size: 10pt; text-decoration: underline;}

/* Horizontal rule.  IE4 OK, no effect in Communicator or Opera */
HR {
  color: green;
  background-color: white;}

ADDRESS {color: black; background-color: inherit; margin-left: 0px;
   font: italic 10pt arial, helvetica, sans-serif;}

BLOCKQUOTE {color: black; background-color: inherit;
   margin-left: 0px; margin-right: 10px; font: 10pt arial, helvetica, sans-serif;}

TABLE {
  font-size: 1em; /* relative to BODY size. Fixes Netscape problem */
  font-family: verdana, arial, sans-serif;
  color: black;
  background-color: #FAFAFA;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  border-collapse: collapse;
  margin-top: 0.5cm;
  margin-bottom: 0.7cm;
  }

CAPTION {
  text-align: left;
  margin-top: 1.5cm;
  font-weight: bold;
  color: black;
  background-color: inherit;
}

TR.shade1 {
  color: black;
  background-color: #F0FFF0;
  }


TH {
  font-weight: bold;
  font-size: 1em;  /* by default, larger than P, keep small */
  color: black;
  background-color: #EEEEEE;
  vertical-align: top;
  text-align: left;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  }



TD {
  font-weight: normal;
  font-family: verdana, arial, sans-serif;
  margin-left: 0em;
  vertical-align: top;
  text-align: left;
  padding-left: 0.8em;
  padding-right: 0.8em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-style: solid;
  border-width: 1px;
  border-color: green;
  }


P {
  margin-top: 1.5em;
  margin-bottom: 0em;
  font-weight: normal;
  }

P.footer {
  padding-top: 1em;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  border-color: black;
  margin-bottom: 0em;
  text-align:center;
  font-weight: bold;
  }

/* Lists implemented differently in IE and Netscape.  This is the best compromise. */
/* Need the offset, otherwise bullets and numbers are cropped in IE. */
UL {color: black; background-color: inherit; margin-left: 20px; margin-right: 20px;
    font: 10pt arial, helvetica, sans-serif;}
OL {color: black; background-color: inherit; margin-left: 20px;
    font: 10pt arial, helvetica, sans-serif;}


/* SMALL property works differently in IE and Netscape.  OK in both if within &lt;P&gt; tags */
SMALL {color: black; background-color: inherit; margin-left: 0px;
       font: 8pt arial, helvetica, sans-serif;}


DT {
   font-weight: bold;
   padding-top: 0.8em; }

DD {
  margin-top: 0em;
  margin-bottom: 0.8em;
  font-weight: normal;
  }



/* ================================================================ */
/*                     TEXTUAL PROPERTIES                           */
/* ================================================================ */



EM {font-style: italic}
STRONG {font-weight: bold;}
B {font-weight: bold;}
I {font-style: italic;}

CODE{color: green; background-color: inherit;
   white-space: pre;
   font: 10pt courier, monospace;}

/* ================ ANCHOR &amp; LINK PROPERTIES =========================== */

/* navlink=navigation panel
   page=same page jump
   site=techscribe jump -- similar to navlink, but keep logically separate
   external=link to external site

Netscape, Opera highlight anchors, even if not link, so need to define all links and anchors.

IE sometimes gets confused, so best to define everything rather than use cascades.
*/


A.external:link
	{ border-color: blue; }

A.navlink, A.navlink:link 
	{
	text-decoration: none; /* border gives better spacing */
	font-weight: bold;
	border-style: none;
	color: white;
	background-color: inherit;
	}

A.page, A.site, A.external
	{
	text-decoration: none; /* border gives better spacing */
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	}

/* hover is for mouse, focus is for tab key */
/* define specifics, so no problems with Netscape, Opera 
/* order is important !! Hover etc last, otherwise not work */


A.navlink:visited
	{
	color: white; 
	background-color: inherit;
	}

A.navlink:hover, A.navlink:focus, A.navlink:active
	{
	color: navy;
	background-color: lime;
	margin: 0em;
	padding-left: 0.3em;
	padding-right: 0.3em;
		}


/* If refresh page, then shows as not visited */
A.page:link {
  border-style: dashed;
  color: blue;
  background-color: inherit;}

A.page:hover, A.page:focus, A.page:active,
A.site:hover, A.site:focus, A.site:active
	{
	color: black;
	background-color: lime;
	border-width: 0px;
	}

A.external:hover, A.external:focus, A.external:active
	{
	color: black;
	background-color: aqua;
	border-width: 0px;
	}

A.site:visited {
  color: green;
  background-color: inherit; }

A.page:visited {
  border-style: dashed;
  color: green;
  background-color: inherit; }

A.external:visited
	{ border-color: purple; }


abbr, acronym {
  border-style: dotted; /* IE renders dotted as dashed */
  border-width: 0px;
  border-bottom-width: 1px;
  border-color: silver;
  }

abbr:hover, acronym:hover {
  cursor: help;
  }</pre></body></html>