/* Style Sheet for Athelstane book pages */
 
BODY    {
        font-family: "Times New Roman", serif;
        margin-left: 1em;
        margin-right: 1em;
        color: #000000;
        background: url("graph.gif");
        }
 
H1,H2,H3,H4,H5,H6 {
        font-family: Arial, sans-serif;
        text-align: center;
        }
 
P       {
        margin-left: 1em;
        margin-right: 1em;
        text-align: justify;
        /* line-height: 120%; */
        }
 
CITE    { /* citations are underlined, not italic */
        text-decoration: underline;
        font-style: normal;
        }
 
PRE, TT, CODE, KBD, SAMP {
        font-family: "Courier New", Courier, monospace;
        }
 
HR      {
        color: #990033;
        margin-left: 3em;
        margin-right: 3em;
        /* background: #ffffff; */
        }
 
/* Anchors */
 
A:link  {
        color: #0000ff;
        /* background: #ffffff; */
        text-decoration: underline;
        }
 
A:active {
        color: #660099;
        /* background: #ffffff; */
        text-decoration: underline;
        }
 
A:visited {
        color: #cc0000;
        /* background: #ffffff; */
        text-decoration: underline;
        }
 
A.offsite:link { /* this doesn't work on Mac */
        color: green;
        /* background: #ffffff; */
        text-decoration: underline;
        }
 
/* Lists */
 
DL,OL,UL {
        text-align: justify;
        margin-left: 1em;
        margin-right: 1em;
        line-height: 120%;
        }
 
DL DD   {
        font-size: small;
        }
 
OL LI   {
        list-style-type: decimal;
        }
 
OL OL LI {
        list-style-type: lower-alpha;
        }
 
OL OL OL LI {
        list-style-type: lower-roman
        }
 
/* Document sections */
 
DIV.dochead     {
        margin-left: 1em;
        margin-right: 1em;
        text-align: center;
        }
 
DIV.docinfo P   {
        margin-left: 1em;
        margin-right: 1em;
        text-align: center;
        }
 
DIV.signature P  {
        text-align: right;
        font-style: italic;
        font-weight: bold;
        line-height: 120%;
        }
/*
DIV.bodytext P  {
        text-align: justify;
        line-height: 120%;
        }
*/
DIV.bodytext H1,H2,H3,H4,H5,H6,TABLE {
        text-align: center;
        line-height: 120%;
        }
 
DIV.bodytext DD {
        font-size: small;
        }
 
DIV.footnote P  {
        font-size: small;
        text-align: left;
        text-indent: 0;
        }
 
DIV.navigation  {
        margin-left: 1em;
        margin-right: 1em;
        font-size: small;
        text-align: center;
        text-indent: 0;
        }
 
DIV.navigation P { /* because inheritance doesn't work in Win */
        font-size: small;
        text-align: center;
        text-indent: 0;
        }
 
DIV.navigation TABLE { /* because inheritance doesn't work in Win */
        font-size: small;
        text-align: center;
        text-indent: 0;
        margin-left: 0em;
        margin-right: 0em;
        }
 
DIV.toc P {
        margin-left: 0em;
        margin-right: 0em;
        text-align: left;
        font-size: x-small;
        }
 
DIV.toc TABLE {
        margin-left: 0em;
        margin-right: 0em;
        text-align: center;
        font-size: x-small;
        }
 
DIV.toc A:link  {
        color: #ff0000;
        /* bgcolor: #ffffff; */
        text-decoration: none;
        }
 
DIV.toc A:active {
        color: #808080;
        /* bgcolor: #ffffff; */
        text-decoration: none;
        }
 
DIV.toc A:visited {
        color: #008000;
        /* bgcolor: #ffffff; */
        text-decoration: none;
        }
 
DIV.toc A.offsite:link { /* this doesn't work on Mac */
        color: green;
        /* bgcolor: #ffffff; */
        text-decoration: none;
        }
 
DIV.docinfo, ADDRESS {
        font-family: Arial, sans-serif;
        font-size: small;
        color: gray;
        /* background: #ffffff; */
        text-align: left;
        }
 
/* positional classes, e.g. for IMG placement */
 
        .left { float: left; }
        .right { float: right; }
        .center { text-align: center; }
        .clear { clear: both; }
 
/* custom classes */
 
.author {
        font-weight: normal;
        font-size: large;
        }
 
.title  {
        font-weight: normal;
        font-size: large;
        font-style: normal; }
 
.abstract {
        font-style: italic;
        margin-left: 2em;
        }
 
.precis {
        font-variant: small-caps;
        margin-left: 2em;
        }
 
.preface {
        font-style: normal;
        }
 
.introduction {
        font-style: normal;
        }
 
.chapter {
        font-style: normal;
        }
 
.section {
        font-style: normal;
        }
 
.quote {
        font-style: normal;
        }
 
.note   {
        font-size: small;
        text-align: left;
        text-indent: 0;
        margin-left: 1em;
        /* background: #dfdfdf; */
        }
 
.footnote {
        font-family: Arial, sans-serif;
        font-size: small;
        text-align: left;
        text-indent: 0;
        }
 
/* classes for Plays */
 
.speaker { /* i.e. names of characters */
        font-weight: bold;
        font-variant: small-caps;
        }
 
.speech { margin-left: 1em; } /* indent speech */
 
.stage { font-style: italic; } /* stage directions */
 
/* classes for poetry */
 
.verse {
        whitespace: pre;
        font-family: "Times New Roman", serif;
        }
 
/* Last update 13 Jan 2003 by Nick Hodson */
