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

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

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

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

a:hover
{
   color: #6666ff;
   text-decoration: underline;
   font-weight: bold;
}

P
{
/*       top right bottom left */
   margin: 0px 0px 10px 20px;
   text-align: justify;
}

P.center
{
   text-align: center;
}

H1
{
   font-size: 140%;
   color: #003399;
}

H2
{
   font-size: 120%;
   font-weight: bold;
   color: #003399;
}

H3
{
   font-weight: bold;
   font-size: 110%;
   color: #003399;
}

H4
{
   font-size: 100%;
   color: #003399;
}

table
{
   border-spacing: 5px;
}

TD
{
   text-align: justify;
/*       top right bottom left */
   padding: 5px 5px 5px 5px; 
}

TD.contents
{
   text-align: center;
   font-size: 90%;
}

a.contents:link
{
   color: #dddddd;
   text-decoration: none;
   font-weight: bold;
}

a.contents:visited
{
   color: #99CCFF;
   text-decoration: none;
   font-weight: bold;
}

a.contents:hover
{
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
}

a.contents:active
{
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
}

dt
{
/*       top right bottom left */
   margin: 0px 0px 0px 20px;
   font-weight: bold;
}

dd
{
/*       top right bottom left */
   margin: 0px 0px 20px 40px;
   text-align: justify;
}

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