/* CSS Document */

body { font-family: 'AvantGarde Bk BT',Verdana, Arial,sans-serif ; 
  font-size: 18pt ;
  }

h1 {
  font-size: 200% ;
  text-align: center ;
  margin: 0 ;
  }
  
.tblHead
  {
  width: 100% ;
  background-color: #ffc080 ;
  border: solid red 1 px;
  }
  
 
.tblHead .lh
  {
  text-align: left ;
  width: 33% ;
/*   background-color: yellow ;*/
  }
  
.tblHead .ch
  {
  text-align: center ;
  width: 34% ;
  }
  
.tblHead .rh
  {
  text-align: right ;
  width: 33% ;
/*   background-color: cyan ; */
  }
  
.box1 {
  background-color: #CCCC99;
  padding: 0.5em ;
  font-size: 150%
  }
  
.box2 {
  background-color: #CCFF99;
  padding: 0.5em;
  font-size: 120%;
  }
	
.box3 {
  background-color: #FFCCCC;
  padding: 0.5em ;
  font-size: 80% ;
  font-style: italic;
  }
	
.dim 
  {
  color: #99CCCC;
  }
  
pre, code
  {
  font-family: 'Lucida Console','Lucida Typewriter','Courier New',fixed ;
  font-size: 80% ;
  background-color: #CCFFCC;
  padding: 0.3em 0.5em;
  }
  
pre {
  border: ridge #669933 3px;
  line-height: 110% ;
  }
  
table.vcr {
  background-color: #FFDDBB;
  padding: 0.2em 1em ;
  }
 
table.vcr td, table.vcr th {
  font-size: 60% ;
  border: outset #a08060}

.important { border: solid red 2px }

