<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
/* 	Preferred stylesheet stolen from 
	http://www.murky.org/cryptography/stylecryp3.css
 */

td.false {font-family: serif;}

/* The above is purely to get round an implementation bug
   in a particular browser. Do not remove it or you will have trouble */

/* allowed colours: #xxxxxx in hex will specify or:

aqua      gray      navy      silver
black     green     olive     teal
blue      lime      purple    white
fuchsia   maroon    red       yellow */

body {
  color: black; 
  background: #369;
  margin-left: 2%;
  margin-right: 2%;
}

img { background-color: transparent; }

/* Formats the standard headers */
H1, H2, H3, H4, H5, H6
  {font-weight: normal; 
   font-family:  "Times New Roman", Times, serif; 
   padding: 0.2em; text-align: left; font-variant: small-caps;}

/* Header sizes */
H1 {font-size: 170%; font-weight: bolder;}
H2 {font-size: 130%; font-style: italic;}
H3 {font-size: 130%; font-style: italic;}
H4 {font-size: 120%; font-style: italic;}
H5 {font-size: 110%; font-style: italic;}
H6 {font-size: 100%; font-style: italic;}

/* Border main headers */
H1, H2
  {border-top-style: none;
   border-left-style: none;
   border-right-style: none;}

H1
  {border-bottom-style: solid;
   border-bottom-color: navy;
   border-bottom-width: medium;}

H2
  {border-bottom-style: solid;
   border-bottom-color: navy;
   border-bottom-width: thin;}

div.container {
	padding: 0px 10px 10px 150px;
	background-image: url(images/spec.png);
 }

div.content
{
	padding: 0px 10px 10px 10px;
	color: black;
	/* border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-bottom-width: 1px; */
	background-color: white;
}

div.figure
{
	padding: 5px 25px 10px 25px;
	color: black;
	font-size: 85%; 
	font-weight: bolder;
	background-color: white;
	border-bottom-color: navy;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: navy;
	border-top-width: thin;
	border-top-style: solid;
}

div.white {
	padding: 0px 0px 0px 0px;
	background-color: white;
 }

/*links*/
a:link { color: blue; text-decoration: none; background: #369;}
a:active { color: red; text-decoration: none; background: #369; }
a:visited { color: navy; text-decoration: none; background: #369;}
a:hover { color: green; text-decoration: underline; background: #369;}

div.content a:link { color: blue; text-decoration: none; background: white;}
div.content a:active { color: red; text-decoration: none; background: white; }
div.content a:visited { color: navy; text-decoration: none; background: white;}
div.content a:hover { color: green; text-decoration: underline; background: #FF9;}

.imagelink a:link { color: white; text-decoration: none; background: white }
.imagelink a:active { color: white; text-decoration: none; background: white }
.imagelink a:visited { color: white; text-decoration: none; background: white }
.imagelink a:hover { color: white; text-decoration: none; background: white }

image {
	border-width: 0px;
}

div.spacer {
  clear: both;
  }

p {
  padding-left: 10px;
  }  


/* This sets the style for a non-bulleted list */
ul.nobullet {
  list-style-type: none;
  text-indent: 0%; margin-left: 0%; margin-right: 2%;
  }

ul.nobullet li {
  margin-left: -30px;  
  margin-right: 3%;
  padding-top: 5px;
  text-indent: 0px;
  font-weight: normal; 
  }

ul.pubs li {
  list-style-type: disc;  
  padding-bottom: 10px;
  font-size: 90%;
  }
  
/* This sets the style for an ordered list */
ol.alpha {
  list-style-type: lower-alpha;
  }
  
/* These things are for formatting inline menus. */
ul.menu li {
  list-style-type: disc;
  text-indent: 0px;
  color: maroon; 
  background: white; 
  font-size: 80%;
  }
div.menu {
  /* position: absolute; top:10px; left:0; */
  padding:	2px;
  }

ul li.inline, div.menu ul li {
  display: inline;
  padding-left: 3px;
  padding-right: 7px;
  border-right: 1px dotted #066;
  }

div.menu ul {
  margin-top: 0px;
  }

div.menu ul li.last {
  display: inline;
  padding-left: 3px;
  padding-right: 3px;
  border-right: 0px;
  } 

div.menu hr {
  display: none;
  }
  
div.menu hr {
  display: none;
  }

--&gt;
</pre></body></html>