.fontResizer {
  display: block;
}
.fontResizer a {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  text-align: center;
  border: 1px solid #ccc;
  line-height: 10px;
  color: #666;
  text-decoration: none;
}
.fontResizer a:hover { color: #000; text-decoration: none; }
/* The following control the way the font-resizer links appear only */
.smallFont { font-size: 9px; }
.medFont { font-size: 11px; }
.largeFont { font-size: 13px; }
.curFont { background: #333333 }