body {
  font-family: "Arial, Helvetica, Verdana, sans-serif";
}

#rex-autohandler {
  padding: 10px;
  background-color: #eeeeee;
}
#rex-autohandler a {
  color: #00ff00;
}
#rex-autohandler a:hover {
  color: #0000ff;
}

#rex-dhandler {
  margin-top: 20px;
  border: 1px solid #fff0f0;
}
#rex-dhandler a {
  color: #0000ff;
}
#rex-dhandler a:hover {
  color: #ff0000;
}

#stacks {
  font-size: 12px;
}
#stacks .stack-item {
  float: left;
  width: 192px;
  height: 192px;
  border-top: 1px solid #0000ff;
  border-bottom: 1px solid #ff0000;
  background-color: #ddd0d0;
}
#stacks .stack-item p {
  padding: 10px;
  margin: 0px;
  font-size: 12px;
}
