/* charles.css 2003-01-08
 -also used for tgLow's Igloovik web site
 */

BODY { font-family: Verdana, Arial, sans-serif; 
  font-size: 8pt; 
  line-height: normal; 
  background: #fefefe; 
  color: black; } 

P, ADDRESS { font-family: Verdana, Arial, sans-serif; 
  font-size: 8pt; 
  line-height: normal; 
/*  padding: 1pt; */ 
  margin-top: 0; margin-bottom: 2pt; } 
P.credits { text-align: right; background-color: #efe8f8; } 

H1, H2, H3, H4, H5, H6 { 
  font-family: Verdana, Arial, sans-serif; 
  line-height: normal; 
  font-weight: bold; 
  font-style: normal; 
  text-align: left; 
  color: black; 
  padding: 0; 
  margin-top: 0; margin-bottom: 4pt; } 

H1 { font-size: 14pt; 
  padding: 2pt; border-bottom: 2pt solid black; 
  font-variant: small-caps; } 
H2 { font-size: 12pt; } 
H3 { font-size: 10pt; } 
H4 { font-size: 10pt; font-style: italic; } 
H5 { font-size: 8pt; } 
H6 { font-size: 8pt; font-weight: normal; font-style: italic; } 

DIV.main { background: #f8efe8; border: thin solid black; 
  padding-top: 0; padding-left: 3%; padding-right: 3%; 
  margin-right: 2%; margin-left: 2%; } 

TD {border: thin solid black; } 

A { text-decoration: none; } 
A:link { color: blue; background: #e8dfd8; } 
A:hover { color: #e8dfd8; background: blue; } 
A:active { color: #e8dfd8; background: red; } 
A:visited { color: red; background: #e8dfd8; } 
