/* wizzyQT.css
 *
 * The "author" style sheet for A Queer Turn of Events.
 *
 * 1 November, 2007, Lisa Lees
 */

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

HR          {background-color: #884010;}

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

BLOCKQUOTE {margin: 0% 10%;}

TABLE  {font-family: Lucidabright,sans-serif;
        font-size: 14pt; line-height: 1.3;
		margin-top: 0%; margin-bottom: 0%;
		margin-left: 0%; margin-right: 0%; }

DL, OL, UL {
        margin-top: 3pt; margin-bottom: 3pt;}

DD {    margin-top: 3pt; margin-bottom: 3pt;}

DT, LI {margin-top: 5pt; margin-bottom: 2pt;}

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

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

SMALL   {font-family: Lucidatypewriter,sans-serif;
         font-size: 10pt; line-height: 1.2;}

H1 {color: #884010;
    font: bold   175% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H2 {color: #884010;
    font: bold   150% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H3 {color: #884010;
    font: bold   130% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H4 {color: #884010;
    font: bold   120% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H5 {color: #884010;
    font: bold   110% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}
H6 {color: #884010;
    font: bold   100% Lucida,sans-serif;
	margin-top: 2pt; margin-bottom: 2pt;}

P.dialog    {text-indent: 1em; line-height: 1.3;
             margin-left: 1em; margin-right: 1em; margin-top: 0%;
			 margin-bottom: 0%;}

P.r-table	{text-indent: 1em; line-height: 1.3;
             margin-left: 1em; margin-right: 1%; margin-top: 0%;
			 margin-bottom: 0%;}

P.l-table	{text-indent: 1em; line-height: 1.3;
             margin-left: 1%; margin-right: 1em; margin-top: 0%;
			 margin-bottom: 0%;}
			 
P.tdor		{text-align: center;  background-color: #000000;
			 margin-left: 0%; margin-right: 0%; margin-top: 0%;
			 margin-bottom: 0%;}
