/*--------------------------------------------------------------------------*\
	Base CSS behaviour <a>
\*--------------------------------------------------------------------------*/

a {
    /*text*/
    color: inherit;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
}