body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #FFFFFF;
}

#intropage {
  text-align: center;
  margin: 2% 10%;
  padding: 0 2em;
  border: 1px solid #2c2c2c;
  background: #cccccc url(tinlight.gif) no-repeat center;
}

#intropage h1 {
  font-style: italic;
  font-size: 32px;
  text-decoration: underline;
}

#intropage h2 {
  font-size: 20px;
}

#intropage h3 {
  font-size: 14px;
}

#intropage h4 {
  font-family: courier, fixed;
  font-size: 10px;
}

#intropage a {
  text-decoration: none;
  color: #336699;
}

#intropage a:hover {
  text-decoration: underline;
}

#footer {
  font-family: courier, fixed;
  font-size: 10px;
  margin: 30px;
  border: 1px solid #808080;
}

#introtext {
  text-align: left;
}

