/*
 * Aldana Steel layout: pale white watercolour paper background,
 * dark red and dark blue titles harmonizing with the 7th Sea logo.
 * Very simple and very clean for ease of reading.
 */

  body
    {
	 background: white url(bristol.gif) ;
	 color: black ;
	}
	
  em  /* Dark blue, normal */
	{
	 color: #000066 ;
	 font-style: normal ;
	}
	
  strong  /* Dark red, bold */
    {
	 color: #990000 ;
	}
	
  dt  /* For the glossary */
    {
	 font-style: italic ;
	 font-weight: bold ;
	}

  li
   {
    list-style-position: outside ;
   }
  
/*** Heading styles ***/

  h1 /*  Dark red  */
    {
	 color: #000066 ;
    }

  h2 /* Dark blue */
    {
     color: #990000 ;
    }

  h3 /*  Dark red  */
    {
	 color: #000066 ;
    }

  h3.NPC /* Dark blue */
    {
	 color: #990000 ;
	} 
	
  h4 /*  Dark red  */
    {
	 color: #000066 ; 
	 font-size: 13pt ;
	} 

/*** Table styles ***/

  caption /* Dark blue caption, italic */
    {
	 color: #990000 ;
     font-style: italic ;
     font-weight: bold ; 
	 font-size: 14pt ; 
    }

  th /*  Dark red table headers  */
    {
	 font-size: 13pt ;
	 font-weight: bold ;
	 color: #000066 ;
	 vertical-align: bottom ;
	}

  td.parchment
   {
    font-size: 13pt ;
	background: #FFFFCC url(mainbk.jpg) ;
   }
   
/*** Hyperlink styles ***/
 
   a:link  /* Dark blue */
    { 
     color: #990000 ;
    } 
   
   a:visited  /* Dark red */
    { 
     color: #000066 ;
    } 
   
   a:active  /* Bright red */
    { 
     color: #FF0000 ;
    } 

/*** Division styles ***/
 
  div.title  /* For the 'Aldana Steel' title */
    {
	 font-weight: bold ;
     font-size: 36pt ;
     color: #000066 ;
	 font-family: "Times New Roman", "Times Roman", serif ;
     font-style: italic ;
     text-align: center ;
    }

  div.toplinks  /* Little shortcut links  */
    {
	 font-size: 10pt ;
	  margin-left: 60px ;
	} 

  div.comments  /* Especially for the fiction and songs */
    {
     font-style: italic ;
	 margin-left: 25px ;
	 margin-right: 25px ;
    }

  div.credits  /* Footer credits */
    {
	 font-family: Arial, Helvetica, Verdana, sans-serif ;
    }

  div.story  /* Book style for the chronicle */
	{
	 font-family: "Book Antiqua", "Bookman Old Style", Palatino, serif ;
	 font-size: 11pt ;
	}
	
  div.intro  /* Intro to funnies, fiction and songs */
    {
	 margin-left: 100px ; 
	 margin-right: 100px ; 
	 font-style: italic ;
	}

  div.chorus  /* For songs */
   {
    text-indent: -20px ; 
	margin-left: 20px ;
   }

  div.song
   {
    margin-left: 80px ; 
	margin-right: 80px ;
   }


/*** Paragraph styles ***/

  p.discreet /* For footnotes and return links */
    {
	 font-family: Arial, Helvetica, Verdana, sans-serif ;
     font-size: 9pt ;
    }


