.car {
  width: 640px;
  border-width: 1px;
  border-style: solid;
  border-color: #444 #404040 #202020 #222;
  color: #999;
  background: #393939 url(../images/back.gif) repeat-x;
  padding: 7px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
}

.small {
  width: 180px;
}

.car img {
  border: 0;
  margin-bottom: 2px;
}

.car a { color: #999; text-decoration: none; font-weight: normal; }
.car a:visited { color: #999; }
.car a:hover { color: #ccc; text-decoration: underline; }

