  body { 
    margin-left:  10%; 
    margin-right: 10%; 
    font-family:  Trebuchet, Arial, sans-serif;
    background:   #FFFBF0;
    color:        black;
  }
  h1 { margin-left: -8% }
  h2 { margin-left: -4% }
  h2 { background:transparent; color: #990066; 
       margin-bottom: 1em; }
  h3 { background:transparent; color: black }
  pre { background:transparent; color: green; font-weight: bold }
  em { font-style: italic; font-weight: bold }
  strong { text-transform: uppercase; font-weight: bold }
  b { background:transparent; color:#990066}


  td.visible { color:black;  background: #FFBFBF }
  th.visible { color:black;  background: #A0A0A4 }
  caption { text-decoration: underline; margin-top: 1em }
  .splash { background:transparent; color: #009966}
  p { text-align: justify }
  p.banner { margin-left: -4% }
  b.black { background:transparent; color: black}
  b.pink  { background:transparent; color:#990066}
  p.pink  { background:transparent; color:#990066}
  blockquote { background:transparent; color: black; font-style:italic;
               font-family: "Comic Sans MS", sans-serif; text-align: justify; }
  pre { font-family: monospace }
  div.disclaimer {margin-left: -8%}
  div.color {
	      color: black;
	      background: rgb(255,204,255);
              padding: 0.5em;
              border: none
            }
  .indent {
     margin-left: +10%
  }
  .toplinks {
     text-align: center;
     font: 15px Times, serif;
  }
  .bottomlinks {
     text-align: center;
     font: 15px Times, serif;
     margin-bottom: 1em; 

  }
 
  h3.c3 {text-align: center}
  p.c2 {text-align: center}
  h1.c1 {text-align: left}
  li {color: green}

  address { 
    font: italic 12px Times, serif;
  }


.t1 { 
  color: silver;
  text-align: center;
  font: bold 200px/200px Times, serif;
  /* text-shadow: 1.2em 1.2em; */
  margin-top: 10px;
}

.t2 { 
  color: rgb(0, 90, 156);
  text-align: center;
  margin-top: -120px;
  /* font: italic 6em Times, serif; */
  font: italic 72px/72px Times, serif;
  /* text-shadow: 0.2em 0.2em; */
  margin-bottom: 50px; 
}

.grey {
  color: rgb(100,100,100);
}

