/* lisa.css
 *
 * The "author" style sheet. This is how I would like other
 * people to see my own 1280x1024 pages.
 *
 * 21 August 2010, Lisa Lees
 */

A:link      {color: #F09018;}     /* orange-yellow */
A:active    {color: #FF1111;}     /* red */
A:visited   {color: #118811;}     /* dark green */

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

/* Everything should inherit "body" */
BODY   {color: #884010; background-color: #FFFFFF;
        font-family: Lucidabright,sans-serif;
        font-size: 14pt; line-height: 1.1;}

BLOCKQUOTE {margin: 0% 10%;}

TABLE  {font-family: Lucidabright,sans-serif;
        font-size: 14pt;}

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;}

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 {color: #884010;
    font: bold   175% Lucidabright,sans-serif;}
H2 {color: #884010;
    font: bold   150% Lucidabright,sans-serif;}
H3 {color: #884010;
    font: bold   130% Lucidabright,sans-serif;}
H4 {color: #884010;
    font: bold   120% Lucidabright,sans-serif;}
H5 {color: #884010;
    font: bold   110% Lucidabright,sans-serif;
	margin-bottom: 0.1em; margin-top: 0.5em;}
H6 {color: #884010;
    font: bold   100% Lucidabright,sans-serif;}

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

/* End of lisa.css */
