body     {
          margin: 0px;
          padding: 0px;
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #4D362F;
          }

p, td    {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          color: #4D362F;
          font-size: 12px;
          align: left;
         }

h1       {
          color: #D6EEF4;
          font-size: 18px;
          font-weight: normal;
         } 

h2       {
          color: #E7E7E7;
          font-size: 16px;
          font-weight: normal;
         } 

a:link   {
          color: #E7E7E7;
          text-decoration: underline;
          font-weight: bold;
         }

a:active {
          color: #FAD4E8;
          text-decoration: underline;
          font-weight: bold;
         }

a:visited{
          color: #E7E7E7;
          text-decoration: underline;
          font-weight: bold;
         }

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

a.tiny:link   {
          font-size: 9px;
          color: #D6EEF4;
          text-decoration: none;
             }

a.tiny:active {
          font-size: 9px;
          color: #FAD4E8;
          text-decoration: none;
         }

a.tiny:visited{
          font-size: 9px;
          color: #D6EEF4;
          text-decoration: none;
         }

a.tiny:hover  {
          font-size: 9px;
          color: #FAD4E8;
          text-decoration: none;
         }
