body          {
               background: tan; 
               color: black; 
               font-family: tahoma; 
               font-weight: bold;
              }

p             {
               font-weight: bold;
               font-family: tahoma;
               font-size: 10pt;
               color: white
              }

table         {
               font-family: tahoma;
               font-size: 10pt;
               color: '#357cc4';
               font-weight: bold
              }
 
span.date     {
               font-family: tahoma; 
               color: '#87ceeb'; 
               font-size: small;  
               font-weight: bold
              }

a:link        { 
               font-family: tahoma;
               font-size: 10pt; 
               text-decoration: none; 
               color: white;
               font-weight: bold
              }

a:visited     { 
               font-family: tahoma;
               font-size: 10pt; 
               text-decoration: none; 
               color: white;
               font-weight: bold
              }

a:hover       { 
               font-family: tahoma;
               font-size: 10pt; 
               text-decoration: underline; 
               color: '#357cc4';
               font-weight: bold
              }

span.header   {
               font-family: tahoma;
               color: maroon;
               font-size: 16pt;
               font-weight: bold
              }

span.address  {
               font-family: tahoma;
               font-size: 8pt; 
               color: tan
              }

span.body     {
               font-family: tahoma;
               font-size: 10pt;
               color: black;
               font-weight: bold
              }

span.info     { 
               font-family: tahoma;
               font-size: 10pt; 
               text-decoration: none; 
               color: white;
               font-weight: bold
              }

span.title    {
               font-family: tahoma;
               font-size: 14pt; 
               text-decoration: none; 
               color: '#357cc4';
               font-weight: bold
              }

