body {font-family:sans-serif; text-align:center;}
h1 {font-size:24px; margin-bottom:0; font-weight:bold;}
h3 {font-size:16px; margin-top:0; font-weight:normal;}

h4 {font-size:18px; margin:10px; font-weight:normal;}

.button {
  border: 1px solid black;
  background-color:#990000;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:bold;
  cursor: pointer;
  width:150px;
  margin: 4px 2px;
}
.button:hover {
  background-color: #fff;
  color: #990000;
  font-weight:bold;
}
.button2 {
  border: 1px solid black;
  background-color:#000066;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:bold;
  cursor: pointer;
  width:150px;
  margin: 4px 2px;
}
.button2:hover {
  background-color: #fff;
  color: #000066;
  font-weight:bold;
}
.button3 {
  border: 1px solid black;
  background-color:#008000;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight:bold;
  margin: 4px 2px;
  cursor: pointer;
  width:150px;
}
.button3:hover {
  background-color: #fff;
  color: #008000;
  font-weight:bold;
}