body {
  background-color: #0c7f96;
}

h2 {
  text-align: center;
  text-decoration: underline;
}

h4 {
  text-align: center;
}

.programs {
  border-style: double;
  border-width: thick;
  border-color: #3a7ca3;
  background-color: rgba(74, 168, 192, 0.83);
}

.subtext {
  text-decoration: underline;
  color:gold;
}
h3 {
  color:floralwhite;
}
a {
  border-style: solid;
  border-color: #38d6f6;
  border-radius: 5px;
  padding: 3px 5px;
  text-decoration: none;
  background-color: #00738a;
  color: white;
  display: block;
  margin-bottom:4px;
}


