body { font-size: 93.75%; } /* 1.2em = 18px */

/*	SHOW/HIDE */
a.font-size-normal { display: none; }
a.font-size-medium { display: none; }
a.font-size-large { display: block; background-position: 0 -32px; }
a.font-size-huge { display: block; background-position: 0 -16px; cursor: default; }
a.font-size-large:hover { background-position: -16px -32px; }
a.font-size-huge:hover { background-position: 0 -16px; }
