p         {
           font-size:10pt;
           font-family:Arial; 
          }

h1        {
           font-size:19pt;
           font-family:Arial; 
           font-weight:bold;
           color:maroon;
          }

h2        {
           font-size:14pt;
           font-family:Arial; 
           font-weight:bold;
           color:#9a5c71;
          }

ul        {
           font-size:10pt;
           font-family:Arial; 
          }
li        {
           font-size:10pt;
           font-family:Arial; 
          }
table     {
           font-family:Arial;
           font-size: 10pt;
          }
         
td        {
           font-family:Arial;
           font-size: 10pt;
          }

body      {
           background-color:#ffffff; 
           font-family:Arial; 
           margin-top:0px;
          }

a:link    {
           color:#548474;
           font-weight:bold
          }

a:active  {
          color:#548474;
           font-weight:bold;
          }

a:visited {
           color:#548474;
           font-weight:bold;
          }

#border   {
           padding:2; 
           border:4px #cccccc groove;
          }

#small    {
           font-size:9pt;
           font-weight:bold;
          }

#big      {
           font-size:12pt;
          }

#bigger   {
           font-size:14pt;
          }

#bold     {
           font-weight:bold;
          }

#bignbold {
           font-size:12pt;
           font-weight:bold;
          }

#dot        {
           color:#7c0000;
          }

