/* CSS Document */

body { font-size: 0.9em; }

.font_bigger { display: none; }

a.font_smaller {
    display: block;
    background-image: url("images/font_smaller.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
}

a:hover.font_smaller {
    background-image: url("images/font_smaller_over.gif");
}
