body {
 font-size: 14px;
 font-family: "Lucida Console", Courier, monospace;
}
h3 {
 font-size:18px;
}
h4 {
 font-size:16px;
}
hr {
 border-top: solid #EFECEB;
}
input[type=button], input[type=submit] {
  background-color: #998998;
  color: #ffffff;
  padding: 4px 2px;
  text-decoration: none;
  margin: 10px 0px;
  cursor: pointer;
  width: 150px;
  font-size:20px;
  border-radius: 12px;
}

.abutton {
  text-decoration: none;
  background-color: #998998;
  color: #ffffff;
  padding: 8px 4px;
  margin: 4px 4px;
  border-radius: 14px;
  border-spacing: 5px;
  font-size: 14px;
  font-weight: bold;
}

.regHome {
  width: 450px;
  height: 600px;
  font-size: 18px;
  vertical-align: top;
  padding: 5px;
  margin: 5px;
  border: solid #EFECEB;
}
