/* internal anchors use typical pseudo-classes while external
   anchors (links) are combined with normal classes */

A:link     {color: blue; font-family: verdana;
            font-size: 8pt; text-decoration: none}
A:visited  {color: purple; font-family: verdana;
            font-size: 8pt; text-decoration: none}
A:active   {color: purple; font-family: verdana;
            font-size: 8pt; text-decoration: none}
/* In Netscape 4, must click link to see change, not hover */
A:hover    {color: #FF3300; font-family: verdana;
            font-size: 8pt; text-decoration: none}

A.external:link    {font-weight: bold}
A.external:visited {font-weight: bold}
A.external:active  {font-weight: bold}
A.external:hover   {font-weight: bold}

/* setting the anchor border around IMG elements
   requires contextual selectors (Doesn't work in Netscape 4) */

A:link IMG    {border: 2px solid #FFCC00}
A:visited IMG {border: 2px solid purple}
A:active IMG  {border: 2px solid purple}
A:hover IMG   {border: 2px solid #CC9933}

P          {color: navy; font-family: verdana, Arial;
            font-size: 10pt; line-height: 12pt}
P.byline   {color: navy; font-family: Arial, sans-serif;
            font-size: 8pt; line-height: 11pt; margin-top: 0px}

EM.hca     {color: #FF3300; font-weight: normal;
            font-style: normal}
H2         {color: #FFCC00; font-family: Arial, sans-serif;
            font-size: 12pt;  font-weight: bold; text-decoration: none;
            background-color: #000066; border: solid 0.4em #000066}

TD {
   font-size : 8pt; 
/*   line-height : 11pt; Netscape 4.x doesn't like this */
   font-family : verdana, Arial; 
   color : navy; 
}  

/* wheat not one of 16 colours, but Browsers accept it */
BODY       {background-image: url(mapleaf.gif);
            background-color: wheat}
BODY.bible {background-image: url(bgnbible.gif);
            background-color: silver}
BODY.plain {background-image: url(genericb.gif);
            background-color: wheat}
