div.sportsScience {

  .red {
    font-weight: bold;
    color: red;
  }
  .orange {
    font-weight: bold;
    color: orange;
  }
  .green {
    font-weight: bold;
    color: green;
  }

}