<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* THIS IS FILE 'CSS-STSAVIOUR-FORMATS.CSS' */

/*  A CLASS SELECTOR (with the period):                   */
/*    .center { text-align: center }                      */
/*    .right { text-align: right }                        */
/*  Used like this:                                       */
/*    &lt;p class="center"&gt; xxxxx &lt;/p&gt;                       */
/*    &lt;p class="right"&gt; xxxxx &lt;/p&gt;                        */
/*  AN ID SELECTOR (with the #):                          */
/*    #pr { text-align: right }                           */
/*  Used like this:                                       */
/*    &lt;p id="pr"&gt; xxxxx &lt;/p&gt;                              */
/*    &lt;h1 id="pr"&gt; xxxxx &lt;/p&gt;                             */
/*                                                        */
/* ====================================================== */

/* ============================================== */
/* ===   IMPORT ANOTHER FILE INTO MAIN FILE   === */
/* ============================================== */
/* &lt;head&gt;
     &lt;link rel="import" href="/path/to/imports/stuff.html"&gt;
   &lt;/head&gt;

  Find out if this feature is supported in the browser:

       To detect support, check if .import exists on the &lt;link&gt; element:

  function supportsImports() 
    { return 'import' in document.createElement('link'); }
  if (supportsImports()) {
    // Good to go!
  } else {
    // Use other libraries/require systems to load files.
  }


*/


/* ===================================== */
/* ===   USED IN THE DAYBOOK FILES   === */
/* ===================================== */
    .banner { width:100%; background-image:url("1-bg-parchment-master.jpg"); border:3px solid black; text-align: center; }
    .textbox { border:2px solid black; }
    .lm { font-style:italic; color:blue; }   /* for the "[in left margin]" entries */
    p.one { margin-top: 0px; }  /* for a new par without spacing above it */
    p.ind { margin-top: -12px; margin-left: 20px; }  /* for the funeral charges, indented */
    p { margin-top: -7px } /* default is zero, so this removes the spacing above it */
/* ====================================================== */
/* ====================================================== */
/* ====================================================== */


/*  &amp;#8209; is the non-breaking hyphen  */


/* =========================== */
/* FONT CONTROL FOR THE BANNER */
/* =========================== */

.lmalogo  /* The LMA logo ===   IS THIS USED?  NO   */
{ font-family: times; font-size: 24pt; line-height: 26pt; color: #990000; background-color: transparent; }
    
.lmaphrase  /* The LMA phrase ===   IS THIS USED?  NO   */
{ font-family: times; font-size: 11pt; line-height: 12pt; font-weight: bold; color: #990000; background-color: transparent; }

.gap4  /* For 4pt vertical leading */
{ face: verdana; font-size: 3pt; line-height: 3pt; background-color: transparent; }

.gap8  /* For 8pt vertical leading */
{ face: verdana; font-size: 5pt; line-height: 8pt; background-color: transparent; }



/* ======================= */
/* LINE SIZES VERDANA BLUE */
/* ======================= */
.blueline10 { face: verdana; font-size: 10pt; line-height: 12pt; font-weight: bold; color: blue; background-color: transparent; }
.blueline11 { face: verdana; font-size: 11pt; line-height: 14pt; font-weight: bold; color: blue; background-color: transparent; }
.blueline12 { face: verdana; font-size: 12pt; line-height: 15pt; color: blue; background-color: transparent; }
.blueline13 { face: verdana; font-size: 13pt; line-height: 16pt; color: blue; background-color: transparent; }
.blueline14 { face: verdana; font-size: 14pt; line-height: 17pt; color: blue; background-color: transparent; }
.blueline15 { face: verdana; font-size: 15pt; line-height: 18pt; color: blue; background-color: transparent; }
.blueline16 { face: verdana; font-size: 16pt; line-height: 19pt; color: blue; background-color: transparent; }
.blueline17 { face: verdana; font-size: 17pt; line-height: 20pt; color: blue; background-color: transparent; }
.blueline18 { face: verdana; font-size: 18pt; line-height: 21pt; color: blue; background-color: transparent; }
.blueline19 { face: verdana; font-size: 19pt; line-height: 22pt; color: blue; background-color: transparent; }
.blueline20 { face: verdana; font-size: 20pt; line-height: 23pt; color: blue; background-color: transparent; }
.blueline21 { face: verdana; font-size: 21pt; line-height: 24pt; color: blue; background-color: transparent; }
.blueline22 { face: verdana; font-size: 22pt; line-height: 25pt; color: blue; background-color: transparent; }
.blueline23 { face: verdana; font-size: 23pt; line-height: 26pt; color: blue; background-color: transparent; }
.blueline24 { face: verdana; font-size: 24pt; line-height: 27pt; color: blue; background-color: transparent; }

/* ======================= */
/* LINE SIZES VERDANA NAVY */
/* ======================= */
.navyline10 { face: verdana; font-size: 10pt; line-height: 12pt; font-weight: bold; color: navy; background-color: transparent; }
.navyline11 { face: verdana; font-size: 11pt; line-height: 14pt; font-weight: bold; color: navy; background-color: transparent; }
.navyline12 { face: verdana; font-size: 12pt; line-height: 15pt; color: navy; background-color: transparent; }
.navyline13 { face: verdana; font-size: 13pt; line-height: 16pt; color: navy; background-color: transparent; }
.navyline14 { face: verdana; font-size: 14pt; line-height: 17pt; color: navy; background-color: transparent; }
.navyline15 { face: verdana; font-size: 15pt; line-height: 18pt; color: navy; background-color: transparent; }
.navyline16 { face: verdana; font-size: 16pt; line-height: 19pt; color: navy; background-color: transparent; }
.navyline17 { face: verdana; font-size: 17pt; line-height: 20pt; color: navy; background-color: transparent; }
.navyline18 { face: verdana; font-size: 18pt; line-height: 21pt; color: navy; background-color: transparent; }
.navyline19 { face: verdana; font-size: 19pt; line-height: 22pt; color: navy; background-color: transparent; }
.navyline20 { face: verdana; font-size: 20pt; line-height: 23pt; color: navy; background-color: transparent; }
.navyline21 { face: verdana; font-size: 21pt; line-height: 24pt; color: navy; background-color: transparent; }
.navyline22 { face: verdana; font-size: 22pt; line-height: 25pt; color: navy; background-color: transparent; }
.navyline23 { face: verdana; font-size: 23pt; line-height: 26pt; color: navy; background-color: transparent; }
.navyline24 { face: verdana; font-size: 24pt; line-height: 27pt; color: navy; background-color: transparent; }
.navyline25 { face: verdana; font-size: 25pt; line-height: 28pt; color: navy; background-color: transparent; }

/* ======================== */
/* LINE SIZES VERDANA BLACK */
/* ======================== */
.blackline11 { face: verdana; font-size: 11pt; line-height: 14pt; color: black; background-color: transparent; }
.blackline12 { face: verdana; font-size: 12pt; line-height: 15pt; color: black; background-color: transparent; }
.blackline13 { face: verdana; font-size: 13pt; line-height: 16pt; color: black; background-color: transparent; }
.blackline14 { face: verdana; font-size: 14pt; line-height: 17pt; color: black; background-color: transparent; }
.blackline15 { face: verdana; font-size: 15pt; line-height: 18pt; color: black; background-color: transparent; }
.blackline16 { face: verdana; font-size: 16pt; line-height: 19pt; color: black; background-color: transparent; }
.blackline17 { face: verdana; font-size: 17pt; line-height: 20pt; color: black; background-color: transparent; }
.blackline18 { face: verdana; font-size: 18pt; line-height: 21pt; color: black; background-color: transparent; }
.blackline19 { face: verdana; font-size: 19pt; line-height: 22pt; color: black; background-color: transparent; }
.blackline20 { face: verdana; font-size: 20pt; line-height: 23pt; color: black; background-color: transparent; }
/* USED IN FILE PRESENTMENTS: */
.blacklist14 { face: verdana; font-size: 14pt; line-height: 130%; color: black; background-color: transparent; }
/* USED IN FILES BIBLIOGRAPHY AND INDEX: */
.blacklist16 { face: verdana; font-size: 16pt; line-height: 175%; color: black; background-color: transparent; }

/* ====================== */
/* LINE SIZES VERDANA RED */
/* ====================== */
.redline11 { face: verdana; font-size: 11pt; line-height: 14pt; color: red; background-color: transparent; }
.redline12 { face: verdana; font-size: 12pt; line-height: 15pt; color: red; background-color: transparent; }
.redline13 { face: verdana; font-size: 13pt; line-height: 16pt; color: red; background-color: transparent; }
.redline14 { face: verdana; font-size: 14pt; line-height: 17pt; color: red; background-color: transparent; }
.redline15 { face: verdana; font-size: 15pt; line-height: 18pt; color: red; background-color: transparent; }
.redline16 { face: verdana; font-size: 16pt; line-height: 19pt; color: red; background-color: transparent; }
.redline17 { face: verdana; font-size: 17pt; line-height: 20pt; color: red; background-color: transparent; }
.redline18 { face: verdana; font-size: 18pt; line-height: 21pt; color: red; background-color: transparent; }
.redline19 { face: verdana; font-size: 19pt; line-height: 22pt; color: red; background-color: transparent; }
.redline20 { face: verdana; font-size: 20pt; line-height: 23pt; color: red; background-color: transparent; }

/* ================ */
/* LINE SIZES TIMES */
/* ================ */
.linesize11times { font-family: times; font-size: 11pt; line-height: 1.3; color: black; background-color: transparent; }
.linesize12times { font-family: times; font-size: 12pt; line-height: 1.3; color: black; background-color: transparent; }
.linesize13times { font-family: times; font-size: 13pt; line-height: 1.3; color: black; background-color: transparent; }
.linesize14times { font-family: times; font-size: 14pt; line-height: 1.3; color: black; background-color: transparent; }
.navylinetimes12 { font-family: times; font-size: 12pt; line-height: 1.3; color: navy; background-color: transparent; }
.navylinetimes14 { font-family: times; font-size: 14pt; line-height: 1.3; color: navy; background-color: transparent; }
.bluelinetimes14 { font-family: times; font-size: 14pt; line-height: 1.2; color: blue; background-color: transparent; }
.bodylinetimes14 { font-family: times; font-size: 14pt; line-height: 1.3; color: #3322aa; background-color: transparent; }

/* ================ */
/* OTHER LINE TYPES */
/* ================ */
.updatefont { face: verdana; font-size: 12pt; line-height: 15pt; color: #990000; background-color: transparent; }
.namefont { face: verdana; font-size: 14pt; line-height: 17pt; color: navy; background-color: white; }
.datafont { face: verdana; font-size: 12pt; line-height: 15pt; color: navy; background-color: transparent; }
.pagebox { face: verdana; font-size: 14pt; line-height: 17pt; color: navy; background-color: #ffffff; }
.placebox { face: verdana; font-size: 18pt; padding: 5px; line-height: 17pt; color: navy; background-color: #ffffff; }
.bought { text-decoration: line-through; }

.andon { face: verdana; font-size: 10pt; color: blue; }

/* .reffont { face: verdana; font-size: 11pt; line-height: 14pt; color: AA0066; background-color: transparent; } */

/* TO ELIMINATE BAD SPACING WITH SUPERSCRIPTS AND SUBSCRIPTS:  */
sup, sub { vertical-align: 0; position: relative; }
sup { bottom: 1ex; }
sub { top: 0.8ex; }

/*    sup { font-size: 0.83em; vertical-align: super; line-height: 0; } 
    sub { font-size: 0.83em; vertical-align: sub; line-height: 0; } */

/* HERE'S AN ALTERNATIVE WAY WITH SUPERSCRIPTS: 
   sup { font-size: 0.83em; vertical-align: super; line-height: 0; }
*/


/* ========================= */
/* TO PUT A BAR OVER LETTERS */
/* ========================= */
.overline { text-decoration: overline }

/* ================================== */
/* END OF FONT CONTROL FOR THE BANNER */
/* ================================== */




/* ===================== */
/* CONTROLS FOR THE BODY */
/* ===================== */

body 
{ font-family: verdana;
  font-size: 12pt;
  line-height: 130%;
  background-color: #f6f6f6;
}
/*  The following color looks nice but makes the text harder to read */
/*  background-image: url("bg-parchment.jpg"); */
/*  == background-image needs background-color in order to work == */


/*   body { font-size:12pt; font-family:"verdana"; background-color:#eef8ff; }  */
/*   body { font-size:12pt; font-family:"verdana"; background-color:#efefef; }  */


/* ============================================= */
/* HORIZONTAL RULE (HAS TO BE IN CSS NOT IN BODY */
/* ============================================= */

#hrtwo {border-width:0; align:left; float:left; width:100%; height:2px; color:black; background-color:black }
#hrtwo30 {border-width:0; align:left; float:left; width:30%; height:2px; color:black; background-color:black }
#hrtwo50 {border-width:0; align:left; float:left; width:50%; height:2px; color:black; background-color:black }
#hrtwo80 {border-width:0; align:left; float:left; width:80%; height:2px; color:black; background-color:black }
#hrfive {border-width:0; align:left; float:left; width:100%; height:5px; color:black; background-color:black }
/*  USE AS FOLLOWS:  */
/*  &lt;hr id="hrfive"&gt; */
/*  THIS WORKS    */

/* ================================================================ */
/* == LIST FORMATTING (eliminate double-linebreak fore and aft) === */
/* ===== USE LIKE THIS:   ========================================= */
ul { margin-top: 0px; margin-bottom: 0px; }


/* ============================== */
/* == BLOCK INDENT FORMATTING === */
/* ====  USE LIKE THIS:  ======== */
/* &lt;blockquote class="indent25"&gt; */
/* &lt;p class="indent25"&gt; */
/* ======== */
/* == INDENT 20px, 25px modest = */
.indent20 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 20px; margin-right: 20px; }  
.indent25 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 25px; margin-right: 25px; }  
/* ======== */
/* == INDENT 50px best === */
.indent50 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 50px; margin-right: 50px; }  
/* ======== */
/* == INDENT 75px large == */
.indent75 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 75px; margin-right: 75px; }  
/* ======== */
/* == INDENT 100px x-large */
.indent100 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 100px; margin-right: 100px; }  
/* ======== */
/* == INDENT 125px x-large */
.indent125 { display:block; display:block; margin-top:-1em; margin-bottom:-1em; margin-left:125px; margin-right:125px; }  
.indent125a { display:block; margin-top: -20px; margin-bottom: -20px; margin-left: 175px; margin-right: 175px; }  
/* ======== */
/* == INDENT 150px x-large */
.indent150 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 150px; margin-right: 150px; }  
/* ======== */
/* == INDENT 175px x-large and 175px with no top margin */
.indent175 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 175px; margin-right: 175px; }  
.indent175a { display:block; margin-top: -20px; margin-bottom: 1px; margin-left: 175px; margin-right: 175px; }  
/* ======== */
/* == INDENT 200px x-large */
.indent200 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 200px; margin-right: 200px; }  
/* ======== */
/* == INDENT 225px x-large */
.indent225 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 225px; margin-right: 225px; }  
/* ======== */
/* == INDENT 250px x-large */
.indent250 { display:block; margin-top: 1px; margin-bottom: 1px; margin-left: 250px; margin-right: 250px; }  
/* ======== */


/*  === MORE:

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;

================    still more:

blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 500px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}


=============  SEE:  http://webdesign.about.com/od/css/a/aa022805.htm

*/



/* ================================= */
/* CONTROLS FOR MULTIPLE LINE BREAKS */
/*   USE LIKE THIS:  &lt;p id="br15"&gt;   */
/* ================================= */
#br01 { line-height: 100% } 
#br02 { line-height: 200% } 
#br03 { line-height: 300% } 
#br04 { line-height: 400% } 
#br05 { line-height: 500% } 
#br06 { line-height: 600% } 
#br07 { line-height: 700% } 
#br08 { line-height: 800% } 
#br09 { line-height: 900% } 
#br10 { line-height: 1000% } 
#br11 { line-height: 1100% } 
#br12 { line-height: 1200% } 
#br13 { line-height: 1300% } 
#br14 { line-height: 1400% } 
#br15 { line-height: 1500% } 
#br16 { line-height: 1600% } 
#br17 { line-height: 1700% } 
#br18 { line-height: 1800% } 
#br19 { line-height: 1900% } 
#br20 { line-height: 2000% } 
#br21 { line-height: 2100% } 
#br22 { line-height: 2200% } 
#br23 { line-height: 2300% } 
#br24 { line-height: 2400% } 
#br25 { line-height: 2500% } 
#br26 { line-height: 2600% } 
#br27 { line-height: 2700% } 
#br28 { line-height: 2800% } 
#br29 { line-height: 2900% } 
#br30 { line-height: 3000% } 





/* ================== */
/* CONTROLS FOR LINKS */
/* ================== */

/* The DEFAULT styling for links is: 
   a:link, a:visited { color:blue; }
   a:link { color: blue; }
   a:visited [ color: purple; }
   a:link, a:visited { text-decoration: underline; }
*/

/* Here are some possible alternatives: 
   a:link, a:visited { color: black; background-color: white; }
   a:hover { color: blue; background-color: white; text-decoration: underline; }
   a:link:active { color: blue; background-color: white; }
   a:visited:active [ color: blue; background-color: white; }
   a:link, a:visited { text-decoration: none; }
*/

/* [the :active pseudo-class takes effect as soon as the link is clicked */
/* and lasts until the new page is loaded */

/* =============== */
/* WHAT I'M USING: */
/* =============== */
a:link, a:visited { color: blue; text-decoration: underline; }
a:hover { color: red; text-decoration: underline; background-color: white; }
/* these parameters MUST appear in this file in this order: link, visited, hover, active */


/* background color for an individual cell; but it doesn't work: */
.cellgrey { background-color: silver; }

/* ===================== */
/*  BLOCKQUOTE CONTROLS */
/* ===================== */

/*  blockquote2 {  */
/*  background: #f9f9f9;  */
/*  border-left: 10px solid #ccc;  */
/*    margin: 1.5em 10px;  */
/*    padding: 0.5em 10px;  */
/*    margin-right: 0.25em;  */
/*    vertical-align: -1.2em;  */
/*  }  */


/* ====================== */
/* OTHER VARIOUS CONTROLS */
/* ====================== */

.box { border:1px; border-color:#000000; border-style:solid; 
    padding-left:10px; padding-right:10px; 
    padding-top:3px; padding-bottom:3px; 
    color:#000000; 
    font-size:14pt; font-family:"verdana"; 
    background-color:#ffffff; }


.boxwhite { background-color: #ffffff; }
/*  Use the above like this: */
/*  &lt;table align="center" valign="middle" class="boxwhite"&gt;  */
/*  THIS WORKS */


.boxtransparent { background-color: transparent; }
/*  Use the above like this: */
/*  &lt;table align="left" valign="top" class="boxtransparent"&gt;  */
/*  THIS WORKS */


.center { text-align: center }
.right { text-align: right }
/*  Use the above like this: */
/*  &lt;p class="right"&gt; xxxxx &lt;/p&gt;
/*  THESE WORK */



hr { color: navy }
/*  THIS WORKS  */



/*  INDENT A WHOLE PARAGRAPH  */
.tind30  { text-indent:-30px;  margin-left:30px }
.tind40  { text-indent:-40px;  margin-left:40px }
.tind50  { text-indent:-50px;  margin-left:50px }
.tind100 { text-indent:-100px; margin-left:100px }
.tind150 { text-indent:-150px; margin-left:150px }
/*  Use the above like this: */
/*  &lt;span class="tind50"&gt; xxxxx &lt;/span&gt; */
/*  THIS WORKS, AND IT INDENTS THE WHOLE PARAGRAPH */
/*  ==NO==  AS OF JUNE 2014 THIS DOESN'T WORK */
/*  A negative indent value results in a hanging paragraph; */
/*   the margin-left value indents the first line to match the rest */
/*   Apparently margin-left can also be padding-left.  */



/*  HANGING PARAGRAPH  */
.hang20  { margin-left:-20px }
.hang25  { margin-left:-25px }
.hang30  { margin-left:-30px }
.hang40  { margin-left:-40px }
.hang50  { margin-left:-50px }
.hang100 { margin-left:-100px }
.hang150 { margin-left:-150px }
/*  Use the above like this: */
/*  &lt;span class="hang50"&gt; xxxxx &lt;/span&gt; */



/*  AN ALTERNATIVE, FROM THE WEB  */
.hangingindent { padding-left: 22px ; text-indent: -22px }
/* USE LIKE THIS */
/* &lt;p class="hangingindent"&gt; */






.ind10 { text-indent: 10px }   /* (0.5in, 1cm, 10px) */
.ind50 { text-indent: 50px }
/*  Use the above like this: */
/*  &lt;p class="ind50"&gt; xxxxx &lt;/p&gt; */
/*  THIS WORKS, but only as a first-line indent, not as a paragraph indent */


.leftmarg50 { margin-left: 50px }  /* (1in, 2cm) */
.leftmarg100 { margin-left: 100px }  /* (1in, 2cm) */
.leftmarg150 { margin-left: 150px }  /* (1in, 2cm) */
.leftmarg3em { margin-left: 3em } 
.leftmarg30em { margin-left: 30em } 
/*  Use the above like this: */
/*  &lt;p class="leftmarg50"&gt; xxxxx &lt;/p&gt; */
/*  THIS WORKS, but only as a first-line indent, not as a paragraph indent */


.leftpadd50 { padding-left: 50px } 
/*  Use the above like this: */
/*  &lt;p class="leftpadd50"&gt; xxxxx &lt;/p&gt; */
/*  THIS WORKS, but only as a first-line indent, not as a paragraph indent */




.strike { text-decoration: line-through; }
/*  Use the above like this: */
/*  &lt;span class="strike"&gt; xxxxx &lt;/span&gt;   */
/*  THIS WORKS  */




/* =========================================== */
/*        VARIOUS FORMATS FOR TABLES           */
/* ==  See end of file for padding formats  == */
/* =========================================== */

#singleborder { 
    font-family: Verdana, sans-serif; 
    border-collapse: collapse; 
}

#returnto { 
    font-family: Verdana, sans-serif; 
    width: 25%; 
    border: 1px solid black;
    background-color: #ffffff;
/*    border-collapse: collapse;   */
}

/*
#returnto td {
    border: 1px solid black;
    font face: verdana; font-size: 14pt; line-height: 17pt; color: black; 
    text-align: center;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 8px;
    background-color: #ffffff;
}
*/
/*  USE AS FOLLOWS:  */
/*  &lt;table id="returnto"&gt; */
/*  THIS WORKS    */

/* =================================== */
/* TO CONTROL ALIGNMENT IN TABLE CELLS */
/* =================================== */
img.middle {vertical-align:middle}


/* ================================= */
/* CELL PADDING IN TABLE CELLS       */
/* USE LIKE THIS: &lt;td class="lrpad"&gt; */
/* ================================= */
.lrpad {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
}


/* ============================= */
/* TABLE I'M USING IN THE BANNER */
/* ============================= */

.bannertable    /* not clear what I intend to do with this; scrap it? */
{ font-family: Verdana, Arial, sans-serif; 
  background-color: transparent; 
  empty-cells: hide;   
}

/* =================================== */
/* TABLE I'M USING IN TOKEN LIST PAGES */
/* =================================== */
.tokenlisttable
{ font-family: Verdana, Arial, sans-serif; 
  font-size: 13pt;
  line-height: 120%;
  border-spacing:0px 0px;
  text-align: left; 
  background-color: transparent; 
}


.tokenlistheadtable
{ font-family: Verdana, Arial, sans-serif; 
  font-size: 12pt;
  line-height: 120%;
  border-spacing:20px 0px;
  text-align: left; 
  background-color: transparent; 
}


/* ======================== */
/* OTHER FORMATS FOR TABLES */
/* ======================== */

table
{ font-family: Verdana, Arial, sans-serif; 
  font-size: 10pt;   /*  font-size: 6pt; */
  line-height: 130%; /*  line-height: 130%; */
  text-align: justify; 
  background-color: transparent; 
}
/*  JUSTIFY ABOVE DOESN'T WORK  */


.table130
{ font-family: Verdana, Arial, sans-serif; 
  font-size: 10pt;   /*  font-size: 6pt; */
  line-height: 130%; /*  line-height: 130%; */
  text-align: justify; 
  background-color: transparent; 
}
/*  Use the above like this: */
/*  &lt;table align="left" valign="top" class="table130"&gt;  */
/*  THIS WORKS */
/*  JUSTIFY ABOVE DOESN'T WORK  */


&lt;!--
`  style="width:700px"; 
`  border-collapse:separate; 
`  border-spacing:8px; 
`  border-width:medium; 
`  border-style:double; 
`  border-color:transparent; 
`  border-color:"#efefef"; 
`  padding:5px;
--&gt;



.tabletimes 
{ font-family: times, serif; 
  font-size: 11pt;   /*  font-size: 6pt; */
  line-height: 130%; /*  line-height: 130%; */
  text-align: justify; 
  background-color: white; 
}
/*  JUSTIFY ABOVE DOESN'T WORK  */


.textgeorgia 
{ font-family: georgia, serif; 
  font-size: 11pt;   /*  font-size: 6pt; */
  line-height: 130%; /*  line-height: 130%; */
  background-color: transparent; 
}


/* THE BELOW IS A GOOD IDEA BUT IT DOESN'T WORK IN SP38; WHY?  */
.textmargin { margin-right: 15px }
/*  Use the above like this: */
/*  &lt;table class="textmargin"&gt;  */


.textblock { font-size: 10pt; line-height: 130%; }; 
/*  Use the above like this: */
/*  &lt;blockquote class="textblock"&gt;  */
/*  THIS WORKS */


/* .threecolumnlist { font-size: 9pt; line-height: 130%; }; */
/*  The above is not needed, though it does work */
/*  Use the above like this: */
/*  &lt;table align="left" valign="top" class="threecolumnlist"&gt;  */


/* AFTER NOT WORKING, THIS NOW WORKS, THOUGH I DON'T KNOW WHAT HAS CHANGED */
.white { background-color: white; }
/*  Use the above like this: */
/*  &lt;table class="white"&gt;  */
/*  &lt;span class="white"&gt; xxxxx &lt;/span&gt;  */
/*  THIS WORKS  */


/*  a:link     { color: blue; background-color: transparent }  */
/*  a:visited  { color: purple; background-color: transparent }  */
/*  a:hover    { color: red; background-color: transparent; font-weight: bold }  */
/*  a:hover    { color: red; background-color: transparent }  */
/*  a:link, a:visited, a:hover { text-decoration: underline }  */
/*  THESE WORK  */






/* =============================================================================== */

.verdana  { font-family: "Verdana"; }
.timesnr  { font-family: "Times New Roman"; }
.georgia  { font-family: "Georgia"; }
.courier  { font-family: "courier"; }




/* Sixteen named colors available: */
/* black   #000000 | red     #ff0000 | green   #008000 | blue    #0000ff */
/* white   #ffffff | maroon  #800000 | olive   #808000 | navy    #000080 */
/* gray    #808080 | purple  #800080 | lime    #00ff00 | teal    #008080 */
/* silver  #c0c0c0 | fuchsia #ff00ff | yellow  #ffff00 | aqua    #00ffff */



/* =============================================================================== */





/* =============================================================================== */

/* The book names several fonts, not all available; 
   see my file "font-test.html" in the Perl folder 
   which prints them all, some successfully, many not 
*/


/*  these don't produce the types they should,
    they rearrange them:
  .ul.disc {list-style-type: disc}
  .ul.circle {list-style-type: circle}
  .ul.square {list-style-type: square}
  .ul.none {list-style-type: none}
*/



/* ======================= */
/* ==  PADDING FORMATS  == */
/* ======================= */

/*
The padding property can have from one to four values.

  padding: 25px 50px 75px 100px;
    top padding is 25px
    right padding is 50px
    bottom padding is 75px
    left padding is 100px

  padding: 25px 50px 75px;
    top padding is 25px
    right and left paddings are 50px
    bottom padding is 75px

  padding: 25px 50px;
    top and bottom paddings are 25px
    right and left paddings are 50px

  padding: 25px;
    all four paddings are 25px
*/</pre></body></html>