body {background-color: papayawhip;
      font-family: "Arial";
      color: black;
      font-size: 10pt;}

H1   {font-family: arial;
     color: blue;
      font-size: 20pt;}

H2   {font-family: arial;
     text-align: center;
     color: white;
     font-size: 16pt;
     font-weight:bold;}

H3   {font-family: arial;
     text-align: right;
     color: white;
     font-size: 10pt;
     font-weight:bold;}

H4   {font-family: arial;
     color: green;
      font-size: 20pt;}


em   {font-weight:bold;}

p    {line-height: 120%;}

br   {line-height: 120%;}

a:link {  color: mediumblueblue; text-decoration: none}
a:visited {  color: darkblue; text-decoration: none}
a:hover {  color: lightblue; text-decoration: none}
