*|a.help:hover {
  background-color: #aa0000;
  text-decoration: underline;
  cursor: help;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
  color: #ffffcc;
}
*|a.clickbutton {
  display: block;
  color: #ffffcc;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
*|a.clickbutton:hover {
  display: block;
  color: #ffffcc;
  text-decoration: none;
  list-style-position: outside;
  list-style-type: none;
  background-color: #000000;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
*|a.clickbutton:active {
  display: block;
  color: #ffffcc;
  text-decoration: none;
  background-color: transparent;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}
*|h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
*|h2 {
  margin-top: 0px;
  margin-right: 0px;
}
*|h4 {
  margin-bottom: 0px;
  margin-top: 0px;
}

