/*
 *  FMJ-TagCloud
 *
 * @author Frank Mayer <support@fmjtools.com>
 * @copyright (c) 2016-2017 FMJTools (Frank Mayer). All rights reserved.
 * @license GNU/GPLv3, See LICENSE file
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * If LICENSE file missing, see <http://www.gnu.org/licenses/>.
 *
 * This plugin includes other copyrighted works. See individual
 * files for details.
 */

.mytcstyle a {
    color: #0b70cd;
}

.mytcstyle a:hover {
    color: #0B55C4;
}

a.mytcstyle-1 {
    color: #0ba1ff;
}

a:hover.mytcstyle-1 {
    color: #0b57c5;
}

a.mytcstyle-2 {
    color: #0b7ae0;
}

a:hover.mytcstyle-2 {
    color: #0b57c5;
}

a.mytcstyle-3 {
    color: #105dcc;
}

a:hover.mytcstyle-3 {
    color: #0b57c5;
}