body  {
  background-repeat: repeat-x;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 12px;
  color: #000000;
  margin-left: 0px;
  margin-top: 0px;  
  margin-right: 0px;
 }

td {
  background-color: #ffffff;
  font-family: verdana;
  font-size: 12px;
  color: #000000;
 }

a:link {
  font-family: verdana;
  font-size: 12px
  font-variant: small-caps;
  color: #999999
  text-decoration: none;
 }

a:visited {
  font-family: verdana;
  font-size: 12px
  font-variant: small-caps;
  color: #999999
  text-decoration: none;
 }

a:active {
  font-family: verdana;
  font-size: 12px
  font-variant: small-caps;
  color: #999999
  text-decoration: none;
 }

.indent { 
  text-indent: 10px
 }

.left {
  float: left
 }

.right {
  float: right
 }

.grey {
  background-color: #D7D7D7;
 }
 
 .logo{
  font-family: verdana;
  font-size: 9px;
 }