﻿body {
}
h1
{
  text-align:left;
  background-color : aqua;
}
h2{
  color : white;
  background-color : gray;
}
h3{
  color : white;
  background-color :  Navy;
}
p
{
  font-size: 10pt;
}
li
{
  font-size: 10pt;
}
td
{
  font-size: 10pt;
}