<!--

/* 	Persistent stylesheet stolen from 
	http://www.murky.org/cryptography/stylepersistant.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 */

/* This one hides text from CSS compliant browsers - even buggy ones
   You can use it to add a sentance saying that the browser is not
   CSS compliant! */
.none        
  {display: none;}


/* The following two declarations are redundant, 
   but are included due to a Netscape Bug (in 
   some versions)*/

/* strong text */
strong, b
  {font-weight: bolder;}
/* emphasis */
em, i
  {font-style: italic;}
  

/* lists are indented more, but only a little */
dl, ol, ul
  {text-indent: 0%; margin-left: 2%; margin-right: 2%;}

/* justify the text */
p, dl, ol, ul
  {text-align: justify;}

/* This sets the style for an ordered list */
ol
  {list-style-type: decimal;}

/* This sets the style for a bulleted list */
ul  
  {list-style-type: disc;}

/* This sets the style for a non-bulleted list */
ul.nobullet
  {list-style-type: none;}

/* This sets the style for an alpha-labeled ordered list */
ol.alpha {
  list-style-type: lower-alpha;
  }

/* These can be used to modify a style anywhere */
.emphasis
  {font-size: larger;}

.footnote { 
  font-size: smaller;
  font-family: serif;
  /* position: absolute; 
  bottom:10px; */
  padding: 10px 30px 10px 0px;  
  }

.quote {
  font-size: larger;
  font-style: italic;
  font-family: serif;
  font-weight: normal;
  padding: 10px 20px 10px 20px;  
  color: black;
  }

.smallcap
  {font-size: smaller; text-transform: uppercase;}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

.skiplink {display:none}


-->
