/* lisa.css
 *
 * To use a style file, include something like this in the head of a page:
 *
 * <link rel="stylesheet" type="text/css" href="lisa.css" />
 *
 * 19 juin 2017, Lisa Lees
 */

a           {text-decoration: none;}
a:hover     {text-decoration: underline;}
a:link      {color: #F09018;}     /* orange-yellow */
a:active    {color: #FF1111;}     /* red */
a:visited   {color: #118811;}     /* dark green */

/* Everything inherits "body" style unless overridden. */
body   {color: #884010; background-color: #FFFFFF; /* brown, white */
        font-family: Lucidabright,sans-serif;
        font-size: 14pt; line-height: 1.1;
		max-width: 880px;}

BLOCKQUOTE {margin: 0% 10%;}

DL,OL,UL {margin-top: 3pt; margin-bottom: 3pt;}
DD       {margin-top: 3pt; margin-bottom: 5pt;}
DT       {margin-top: 7pt; margin-bottom: 3pt;}
LI       {margin-top: 5pt; margin-bottom: 3pt;}

HR       {color: #884010;}
HR.top   {line-height: 1.0; margin: 0pt 1pt;}

PRE      {margin-top: 2pt; margin-bottom: 2pt;
          font-family: Lucidatypewriter,sans-serif;
          font-size: 14pt;}

CODE, TT {font-family: Lucidatypewriter,sans-serif;}

BIG      {font-size: 125%; line-height: 1.1;}
SMALL    {font-size: 80%; line-height: 1.0;}

H1       {font: bold 175% Lucidabright,sans-serif;}
H1.top   {font: bold 175% Lucidabright,sans-serif;
		  margin: 5pt; text-align: center;}
H2       {font: bold 150% Lucidabright,sans-serif;}
H2.top   {font: bold 150% Lucidabright,sans-serif;
          margin-bottom: 0pt;}
H2.tc    {font: bold 150% Lucidabright,sans-serif;
          margin: 9pt; text-align: center;}
H3       {font: bold 130% Lucidabright,sans-serif;}
H3.top   {font: bold 130% Lucidabright,sans-serif;
          margin-bottom: 0pt; margin-top: 3pt;}
H4       {font: bold 120% Lucidabright,sans-serif;}
H4.sep   {font: bold 120% Lucidabright,sans-serif;
	      margin-bottom: 0pt;}
H5       {font: bold 110% Lucidabright,sans-serif;
	      margin-bottom: 0.1em; margin-top: 0.5em;}
H6       {font: bold 100% Lucidabright,sans-serif;}

P.caption      {font-size: smaller; margin-top: 3pt; text-align: center;}
P.captionl     {font-size: smaller; margin-top: 3pt; text-align: left;}
P.captionr     {font-size: smaller; margin-top: 3pt; text-align: right;}

P.dialog       {text-indent: 1.5em; line-height: 1.3;
                margin-left: 5%; margin-right: 5%; margin-top: -2%;}
P.hang         {text-indent: -1.5em; margin-left: 1.5em;}
P.navbar       {font-size: smaller; line-height: 1.0; margin: 0;}
P.left         {text-indent: 0; margin-top: auto; text-align: left;}
P.right        {margin-top: auto; text-align: right;}
P.table-before {margin-bottom: 1pt;}
P.table-after  {margin-top: 1pt;}
P.table-both   {margin-top: 1pt; margin-bottom: 1p;}

/* End of lisa.css */
