/*
 * This is based on the 1st ed. layout.
 * Dark purple nebula background, as for book covers. 
 * Links are not underlined, they are indicated by colour.
 * Hovering brings the link underlining.
 * Primary accents are purple, secondary gold, tertiary dark gold.
 * Narrow sans-serif font.
 */

body
 {
  background: black url(SmalNeb.JPG) ;
  margin-top: 30 ;
  color: white ;
 }
 
body, p, div, li, td, h1, h2, h3, h4, caption, th 
 { 
  font-family: "Arial Narrow", "Arena Condensed", "Futura Condensed", Helvetica, Arial, Verdana, sans-serif;
  /* Long version to work with Netscape 4.x */ 
 }

p, div, li, td 
 { 
  color: white ; 
  /* Long version to work with Netscape 4.x */ 
 }

.masthead
 {
  border-style: solid ;
  border-width: thin ;
  border-color: white ;
  padding-right: 10px ;
  padding-left: 10px ;
  font-style: italic ;
 }
 
dt
 {
  font-weight: bold ;
 }
 
dd
 {
  font-style: italic ;
 }

/* Table styles */

table 
 { 
  background: black ;
 }
  
table.clear 
 { 
  background: none ;
 }
  
caption  
 { 
  color: #FF9900; 
  font-size: 13pt; 
  font-weight: bold ; 
 } 

th 
 { 
  color: #CC33CC ;
 }

/* Heading styles */

h1 
 { 
  color: #CC33CC ;
 }

h1.title 
 { 
  color: #FF9900 ;  
  font-size: 40pt ; 
  font-family: "Copperplate Gothic Bold", fantasy ;
 }

h2 
 { 
  color: #FF9900 ;
 } 

h3 
 { 
  color: #FF99FF ;
 } 

h4 
 { 
  color: #FFCC33 ;
 } 

/* Division styles*/
 
div.toplinks  
 { 
  font-size: 10pt ;
  margin-right: 25px ;
  margin-left: 25px ;
 } 

div.notes  
 { 
  font-size: 9pt ;
 } 

div.dense 
 { 
  font-size: 10pt ;
 }

 
/* Hyperlink styles */
 
a:link 
 { 
  text-decoration: none ; 
  color: #FFCC00 ;
 } 

a:visited 
 { 
  text-decoration: none ; 
  color: #CC66CC ;
 } 

a:active 
 { 
  text-decoration: none ; 
  color: #FF9900 ;
 } 

a:hover 
 {
  text-decoration: underline ;
 }

