h3 {
   font-weight: bolder;
}
p {
   font-weight: bold;
}
li {
   font-weight: normal;
}
.note {
   font-size: 14px;
   font-style: italic;
   font-weight: bold;
}
body {
   color: #005A8C;
   font-family: proxima-nova-n3, proxima-nova, Helvetica, Arial, sans-serif;
   font-size: 16px;
}