a.wht:link {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
	!important
}
a.wht:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
	!important
}
a.wht:hover {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
	!important
}
a.wht:active {
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
	!important
}