@charset "utf-8";

/*temp*/
body {
    font-size: 94%;
}

a#text-small,
a#text-medium,
a#text-large {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    overflow: hidden;
    width: 22px;
    height: 20px;
    text-indent: -9999em;
}


a#text-small {
    background-image: url("../../media/temp/text-small.gif");
}
a#text-medium {
    background-image: url("../../media/temp/text-medium.gif");
    background-position: 0 bottom;
}
a#text-large {
    background-image: url("../../media/temp/text-large.gif");
}

