*|body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10pt;
  color: #003300;
  background-color: #ccff99;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  background-image: url(greenapples.jpg);
}
*|h1 {
  text-align: center;
  font-size: 24pt;
  font-weight: bold;
  font-style: italic;
  color: #660000;
}
*|h2 {
  font-size: 14pt;
  font-weight: bold;
  font-style: normal;
  color: #660000;
}
*|a:link {
  font-weight: bold;
  text-decoration: underline;
  color: #990000;
}
*|a:hover {
  text-decoration: underline;
  font-weight: bold;
  font-style: normal;
  color: red;
}
*|h3 {
  color: black;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  font-style: normal;
}
