#pageIndex {
  font: 10px Arial, Helvetica, sans-serif;
}

#pageIndex li {
  display: inline;
  line-height: 28px;
}

#pageIndex li a {
  padding: 5px; color: black; font-weight: normal; font-size: 10px;
  background: url('bg.png'); border: 1px solid #b9cffa;
}

#pageIndex li a.selected, #pageIndex li a:hover {
  background: #d50f00; color: white;
  text-decoration: none; border: 1px solid #a90b00;
}
