body { font-size:16px; }

#text-small {
	width:27px; height:28px; display:block; text-decoration:none; 
	background: url(img/font-s.gif) no-repeat; float:left;
}
#text-small:hover { background-position:bottom; }

#text-medium {
	width:27px; height:28px; display:inline; text-decoration:none; 
	background: url(img/font-m.gif) no-repeat; float:left; margin:0 8px;
} 
#text-medium:hover { background-position:bottom; }

#text-large { 
        width:27px; height:28px; display:block; text-decoration:none; 
	background: url(img/font-l.gif) no-repeat bottom; float:left;
}
