body {
      background-color: #000000;
      margin-top: 0;
      margin-bottom: 0;
      }

td.pricing {
            vertical-align: top;	
            }

h1 {
    font-family: Arial;
    font-size: 14pt;
    color: #6699FF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    }

p.one {
       font-family: Arial;
       font-size: 10pt;
       color: #FFFFFF;
       text-align: justify;
       }
       
A:link {
        font-weight: bold;
        color: #6699FF;
        text-decoration: none;
        }

A.active {
          font-weight: bold;
          color: #6699FF;
          text-decoration: none;
          }
                     
A:visited {
           font-weight: bold;
           color: #6699FF;
           text-decoration: none;
           }

A:hover {
         color: #FFFF00;
         }
