/* CSS Document */
#small, #normal, #large {display:inline; float:right; width:24px;}

#small a, #normal a, #large a 
{width:20px; height:20px; display:block; text-decoration:none; text-align:center; font-weight:bold; color:#ffffff; margin:2px; line-height:20px;}

#small a {background: url(font_off.gif) no-repeat top; font-size:9px;}
#normal a {background: url(font_on.gif) no-repeat top; font-size:13px;}
#large a {background: url(font_off.gif) no-repeat top; font-size:15px;}


