strong { font-weight: bold }
.Normal ul { list-style: none; padding-left: 15px;  font-size: 14px; line-height: 1.5; margin-top: 15px; margin-bottom: 15px; }

.Normal ul li::before {
  content: "\2022";
  color: #005dab;
  font-weight: bold;
  display: inline-block; 
  width: 15px;
  margin-left: -15px;
  font-size: 14pt;
  line-height: 18px;
}
.Normal h2 { margin-top: 15px }
