html
{  margin: 0em;
   padding: 0em;
   border: 0em solid #ffffff;
   align
}
body
{  color: #000000;
   font-family: Verdana;
   font-size: 12pt; /* was medium or 8ppem or 10pt or 2.2ex or 1.2em*/
   font-weight: bold;
   text-align: left;
   margin: auto;
   padding: 0em;
   border: 0px;
   line-height: 1;
}
/* *************************** */
/* Standard HTML  Tags         */
/* *************************** */
h1
{   font-size: 110%;  
    font-weight: bold;
}
h2
{   font-size: 105%;  
    font-weight: bold;
}
h3
{  font-size: 100%;
   font-weight: bold;
}
h4
{  font-size: 100%;
   font-weight: bold;
}
table tr td 
{ font-size: 80%; }
th 
{ font: bold 1em; }
hr 
{ margin: 0em 0em 0em 0.15em; } 

/* *************************** */
/* Anchor Link styles (Global) */
/* *************************** */
/* Standard Link Style */
a:link
{  color: #ffffff;
   text-decoration: none
}
/* Visited Link Style */
a:visited, a:focus
{  font-weight: normal;
   color: #660099;
   text-decoration: none
}
/* Hover Link Style */
a:hover, a:active
{  color: #ffffff;
   text-decoration: underline border 1px solid #660099;
}