/**
 * Base Typo
 */
body {
    font-family: Helvatica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #ffffff;
}
td {
    font-family: Helvatica, Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    color: #ffffff;
}

a {
    color: #ff0000;
    text-decoration: none;
}
    a:hover {
        color: #ff0000;
        text-decoration: underline;
    }

    a:active {
        color: #ff0000;
    }


.strong {
    font-weight: bold;
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size: 17px;
    font-weight: bold;
}

/**
 * @@@ Article
 *===============================================================================
 */
	article h2 {
        font-size: 17px;
        font-weight: bold;
    }
	article h3 {
        font-size: 15px;
        font-weight: bold;
    }
    article h4 {
        font-size: 14px;
        font-weight: bold;
    }

    article a.btn-more {
        margin-top: 5px;
        display: block;
    }

/* /@@@  Article */

/* Colors */
.f-red {
    color: #ff0000;
}



/* Selection */
::selection 	 {background: #ff0000; color: #ffffff;}
::-moz-selection {background: #ff0000; color: #ffffff;}
