a:link {

    color: #FF0099;
	
	text-decoration: none;

    font-weight: bold;

    font-style: bold;

}
a:visited {

    color: #FF0099;

    text-decoration: none;

    font-weight: bold;

    font-style: bold;

}
a:hover {

    color: #FF0099;

    text-decoration: underline;

    font-weight: bold;

    font-style: bold;

}
a:active {

    color: #FF0099;

    text-decoration: underline;

    font-weight: bold;

    font-style: bold;

}


