.programheader {
  color: orange;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: bolder;
}

.programs {
  display: flex;
  flex-direction: column;
  padding-left: 5px;
  margin-top: 5px;
  margin-bottom: 3px;
}

.sitelinks {
  font-size: 23px;
  font-weight: bold;
}

.headers {
  margin-left: 0.5%;
  margin-top: -2px;
  margin-bottom: -10px;
  color: orange;
  font-weight: bold;
  font-style: italic;
  font-size: 25px;
}

.programdesc {
  margin-left: 0.5%;
  max-width: 90%;
}

.usefulprogramdesc {
  margin-left: 0.5%;
  max-width: 90%;
  padding-bottom: 10px;
}