/* NOTES
        top right bottom left
   margin: 0px 0px 8px 0px;
*/

BODY
{
   background: #c6dbf4;
   color: black;
   font-family: Verdana, Arial, helvetica, sans-serif, georgia;
/*       top right bottom left */
   margin: 20px 50px 20px 50px;
}

a:link
{
   color: #00038a;
   text-decoration: none;
   font-weight: bold;
}

a:visited
{
   color: #0005df;
   text-decoration: none;
   font-weight: bold;
}

a:hover
{
   color: #4a4aff;
   text-decoration: underline;
   font-weight: bold;
}

LI
{
/*       top right bottom left */
   margin: 0px 10px 0px 30px;
}

P
{
   text-align: justify;
}

P.plain
{
/*       top right bottom left */
   margin: 0px 0px 0px 0px;
   text-align: left;
}

H1
{
   font-size: 120%;
   font-weight: bold;
   font-style: italic;
   color: #8a04b2;
}

H2
{
   font-size: 110%;
   font-weight: bold;
   font-style: italic;
   color: #8a04b2;
}

H3
{
   font-weight: bold;
   font-size: 105%;
   text-decoration: underline;
   color: #8a04b2;
}

H4
{
   font-size: 100%;
   font-style: italic;
}

TH
{
/*       top right bottom left */
   margin: 5px 20px 0px 20px;
}

TD
{
/*       top right bottom left */
   padding: 5px 20px 0px 20px; /* to reduce leading in tables */

}

OL
{
/*       top right bottom left */
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 10px;
}

UL
{
/*       top right bottom left */
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 10px;
}

.centered
{
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
}
