@charset "utf-8";
/* CSS Document */

a.twocolors span.red {
    color: #000;
    text-decoration: none;
    }
a.twocolors:hover span.red {
    color: #FF0000;
    text-decoration: none;
    }
a.twocolors span.blue {
    color: #000;
    text-decoration: none;
    }
a.twocolors:hover span.blue {
    color: #0000FF;
    text-decoration: none;
    }