.fontResizer { 
  display: block;
  position: absolute;
  top: 0; left: 0;
}
.fontResizer a { 
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  text-align: center;
  border: 1px solid #009ADA;
  line-height: 15px;
	margin-left:1px;
  color: #666;
  text-decoration: none;
	
}
.fontResizer a:hover { color: #848D90; text-decoration: none; }
/* The following control the way the font-resizer links appear only */ 
.smallFont { font-size: 9px; }
.medFont { font-size: 13px; }
.largeFont { font-size: 15px; }
.curFont { background: #f1f1f1; }

