* {
  box-sizing: border-box;
}
body {
  font-size: 16px; 
  font-family: Georgia, 'Times New Roman', Times, serif; 
  line-height: 1.35;    
  color: black;
  background-color: white;
  text-align: justify;
}
.nobr {
  white-space: nowrap;
}
ul.prizewinners {
  list-style-type: none;
  padding: 0px;
}
ul.prizewinners::before {
  content: "Prizewinners:";
  font-weight: bold;
}
.ascotwinner {
  color: red;
}
