BODY {
  margin: 10px;
  padding: 0;
  background-color: #000;
  color: #FFF;
  font-size: 12px;;
}

TABLE.main {
  width: 765px;
  border-style: solid;
  border: 1px;
  
}

TD.banner-left, TD.banner-right {
  width: 120px;      
}

SELECT.country, SELECT.state, SELECT.city {
  width: 150px;
  font-size: 10px;
}

INPUT.search {
  width: 150px;
  font-size: 12px;
}

A:link {
  color: #FFF;
  decoration: none;
}

