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