body, td {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}
a:link {
  font-family: Arial;
  font-size: 11px;
  color: #3B7AB2;
  text-decoration: none;
}
a:visited {
  font-family: Arial;
  font-size: 11px;
  color: #3B7AB2;
  text-decoration: none;
}
a:hover {
  font-family: Arial;
  font-size: 11px;
  color: #3B7AB2;
  text-decoration: underline;
}
a:active {
  font-family: Arial;
  font-size: 11px;
  color: #3B7AB2;
  text-decoration: none;
}
.input {
  background-color: #e7e7e7;
  border: 1px solid #000000;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}
.button {
  background-color: #e7e7e7;
  border: 1px solid #000000;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}
.select {
  background-color: #e7e7e7;
  border: 1px solid #000000;
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}
.check {
  background-color: #e7e7e7;
  border: 1px solid #000000;
  color: #000000;
  height: 18px;
  width: 18px;
}

h1 {
	font-family: Arial;
	text-align: center;
}