body {
  background-color: transparent;
  color: black;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.class_headers_1 {
  margin-left: 1%;
  margin-top: 0px;
}
.class_h_1 {
  color: tan;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  top: 0;
}
.bgcolor {
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to right, grey , darkblue);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 15px outset darkblue;
}
.class_p_1 {
  font-size: 10px;
}
.class_p_2 {
  margin: 0;
  margin-bottom: 4px;
  font-size: 12px;
}
a:hover {
  color: brown;
}
#id_h_3 {
  cursor: pointer;
}
.class_a_1:link {
  text-decoration: none;
  cursor: pointer;
}
.class_b_1 {
  background-image: linear-gradient(to top, tan, lightgrey);
  font-size: medium;
  vertical-align: bottom;
  margin-left: 0px;
  border: 3px outset darkblue;
  cursor: pointer;
}
input {
  font-size:16px;
  padding: 4px;
  margin-right: 0px;
  border: 2px outset darkblue;
  box-shadow: 0px 0px 3px 0px tan;
}