/*---------------------email------------------------------------------------------------------------ */
a.email:link {
    text-decoration: none;
	color:#262626;
}

a.email:visited {
    text-decoration: none;
	color:#262626;
}

a.email:hover {
    text-decoration: none;
	/* background-color: yellow; */
	color:#262626;
}

a.email:active {
    text-decoration: none;
	color:#262626;
}


/*---------------------special anchor------------------------------------------------------------------------ */
a.special:link {
    text-decoration: none;
	color:#262626;
}

a.special:visited {
    text-decoration: none;
	color:#262626;
}

a.special:hover {
    text-decoration: none;
	/* background-color: yellow; */
	color:#262626;
}

a.special:active {
    text-decoration: none;
	color:#262626;
}



