
#fontresizer a.smallFont {
	margin-left: 2px;
    display: block;
    width: 15px;
    height: 18px;
    float: left;
    background: url(images/a_1.png) no-repeat;
	color: #000;
    font-size: 9px;
	text-align: center;
	text-decoration: none;
}

#fontresizer a.mediumFont {
	margin-left: 2px;
    display: block;
    width: 15px;
    height: 18px;
    float: left;
	color: #000;
    background: url(images/a_2.png) no-repeat;
    font-size: 11px;
	text-align: center;
	text-decoration: none;
}
	
#fontresizer a.bigFont {
	margin-left: 2px;
    display: block;
    width: 18px;
    height: 18px;
    float: left;
    background: url(images/a_3.png) no-repeat;
	color: #000;
    font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#fontresizer a.smallFont:hover { background: url(images/a_1_hover.png) no-repeat; }
#fontresizer a.mediumFont:hover { background: url(images/a_2_hover.png) no-repeat; }
#fontresizer a.bigFont:hover { background: url(images/a_3_hover.png) no-repeat; }
