<style type="text/css">


a:link {
text-decoration: none;
}

a:active {
	color: #FF0000;
}

a:hover {
text-decoration: underline;
color:red;
}

a:visited {
text-decoration: none;
}


</style>


