/*  CSS Document
    font and font-size definitions (small font) */

    a.tag02 {
        font-size:32px;
        line-height: 1.5em;
        font-weight:bold;
        color: #000000 !important;
    }
    a.tag02:hover {
        font-size:32px;
        line-height: 1.5em;
        font-weight:bold;
        color: #FFFFFF !important;
    }
    a.tag03 {
        font-size:26px;
        line-height: 1.5em;
        font-weight:bold;
        color: #000000 !important;
    }
    a.tag03:hover {
        font-size:26px;
        line-height: 1.5em;
        font-weight:bold;
        color: #FFFFFF !important;
    }
    a.tag04 {
        font-size:22px;
        line-height: 1.5em;
        font-weight:bold;
        color: #000000 !important;
    }
    a.tag04:hover {
        font-size:22px;
        line-height: 1.5em;
        font-weight:bold;
        color: #FFFFFF !important;
    }
    a.tag05 {
        font-size:14px;
        line-height: 1.3em;
        font-weight:bold;
        color: #000000 !important;
    }
    a.tag05:hover {
        font-size:14px;
        line-height: 1.3em;
        font-weight:bold;
        color: #FFFFFF !important;
    }
    a.tag06 {
        font-size:10px;
        line-height: 1.3em;
        font-weight:bold;
        color: #000000 !important;
    }
    a.tag06:hover {
        font-size:10px;
        line-height: 1.3em;
        font-weight:bold;
        color: #FFFFFF !important;
    }

