BODY {
  color : maroon;
  font-family : helvetica;  
  background : url("/images/bakgrunn.gif") white;
}

H1 {
  color : green;
  font-family : helvetica;
  font-weight : bold;
  font-size : 24pt;
}

H2 { 
  color : green; 
  font-family : helvetica;
  font-weight : bold;
  font-size : 18pt;
}

EM {
  color : #27408B;
  font-family : helvetica;
  font-weight : italic;
  font-size : 12pt;
}

P {
  letter-spacing : 0.3em;
  color : CornflowerBlue;
}

UL { 
  margin: 0 0 0 60 ;      
  padding: 0 0 0 0;
}
LI { 
  color: blue;    
  /* background: blue; */     /* so text is white on blue */ 
 margin: 3 3 3 3 ; 
 padding: 3 3 3 3 ;
}
