.xlrg{
  font-size:24pt;
  font-weight:900;
}
.lrg{
  font-size:18pt;
  font-weight:900;
}
.mid{
  font-size:12pt;
  font-weight:900;
}
.sml{
  font-size:10pt;
  font-weight:100;
}
BODY{
  color:black;
  background-color:white;
}
a:visited{
  color:blue;
}
a:link{
  color:blue;
}
a:active{
  color:blue;
}
a {text-decoration:underline;}
a:hover {text-decoration:underline;color:tomato;}
