A{text-decoration:none}
A:hover{text-decoration:underline;color:red}
H1{font-size:21px;margin:7px;color:#336633;font-weight:bold;background-color: #eedd99;padding-left:3px;padding-top: 2px; border: 1px solid gray;}
H2{font-size:16px;margin:10px;color:#003300;font-weight:bold;background-color: #fff0cc;padding-top:3px;}
P{margin:5px}
P.br{line-height:2}
P.li{margin-top:8pt;margin-left:1.0em;}
P.i{margin-left:1.0em;}
ol{
  counter-reset:number;
  list-style: disc outside none;
  padding: 0em;
}
ol li{
  position: relative;
  line-height: 1.5rem;
  padding: 0.5em 0.1em 0.5em 40px;
}
ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Arial Black','Arial',sans-serif;
  font-size: 1rem;
  left: 10px;
  width: 25px;
  height: 25px;
  text-align:center;
}
