h2.mysize{
  font-size: 1.75rem;
  color: SteelBlue;
}
table.mytable{
  table-layout:fixed;
}
.mywrap{
  word-wrap: break-word;
}
.mysubhead{
  font-size: 0.75rem;
  line-height: 1.5;
  text-indent: 10px;
}
h2.mytophead{
  margin-top:-40px;
  margin-bottom:-20px;
  font-size:1.5em;
}
.mybox{
  width: 100%;
  text-align: left;
  background-color: white;
  border-radius: 5px;
}
p.myparanote{
  margin-bottom:0;
}
ul.mylist, ol.mylist, li{
  margin-bottom:0.5em;
}
td.myhighlight, th.myhighlight{
  background:LightYellow;
}
td.myhighlight2, th.myhighlight2{
  background:PaleGoldenRod;
}


td.myhighlightx, th.myhighlightx{
  background:MistyRose;
}
td.myhighlightx2, th.myhighlightx2{
  background:LightPink;
}

td.myhighlighty, th.myhighlighty{
  background:#fcc7fc;
}
td.myhighlighty2, th.myhighlighty2{
  background:#f7b0f7;
}
