/*
 * Fancy but sober layout for Aeon Trinity, white background with the
 * Aeon Trinity logo as a fixed image.  Titles in primary colours,
 * lettered in small caps.  Narrow sans-serif font.
 */
 
body
 {
  background: url(aeon.gif) white no-repeat 50% 50% ;
  background-attachment: fixed ;
  font-size: 12pt ;
  margin-top: 100px ;
 } 

H1, H2, H3, H4, h5, TD, BODY, P, caption, small
 {
  font-family: "Arial Narrow", "Futura Condensed", "Arena Condensed", Verdana, Helvetica, sans-serif ;
  /*** Detailed list to deal with Netscape 4.x ***/
 } 

.mast
 {
  color: #088056 ; 
  line-height: 160% ; 
  margin-left: 3em ; 
  margin-right: 3em ;
 } 


/*** Heading styles ***/

h1
 {
  color: #088056 ; 
  /** dark green **/
  font-variant: small-caps ; 
 } 

h2
 {
  color: #d91000 ; 
  /** dark red **/
  font-variant: small-caps ; 
 } 

h3
 {
  color: #088056 ; 
  /** dark green **/
  font-variant: small-caps ;
 } 

h4
 {
  color: #000000 ; 
  font-style: italic ;
 } 


/*** Paragraph styles ***/

p.quote
 {
  color: blue ; 
  font-style: italic ; 
  margin-left: 3em ; 
  margin-right: 3em ;
 } 

p.discreet
 {
  font-size: 10pt ; 
  color: #000000 ;
 } 

p.origin
 {
  font-family: "Lucida Console", "Courier New", Courier, fixed ; 
  font-size: 9pt ; 
  color: #000000 ; 
  font-weight: bold ;
 }


/*** Table styles ***/

CAPTION
 {
  color: #006600 ;
 } 


/*** Division styles ***/

div.toplinks
 {
  margin-left: 3em ;
  text-align: center ;
 } 

div.charsummary
 {
  margin-left: 4em ;
  margin-right: 4em ;
 } 

 
/*** Link styles ***/

a
 {
  text-decoration: none ;
  font-weight: bold ;
 }

a:link
 {
  color: red ;
 } 

a:visited
 {
  color: #088056 ;
 } 

a:active
 {
  color: green ;
 } 

a:hover
 {
  text-decoration: underline ;
  color: green ;
 } 

