

ol {
  font-weight: bold;
}

ul {
  list-style-type: square;

}

ul li {
  margin-bottom: 5px;
}

dl dt {
  font-weight: bold;
  color: red;
}

dl dd {
  background-color: #f0f0f0;
  margin-left: 20px;
 
}
