<style type="text/css">

a:link {text-decoration: none; color: blue}
a:visited {text-decoration: none; color: #9900BB}
a:active {text-decoration: none; color: purple}
a.other:link {color: #99FFFF; text-decoration: none}
a.other:visited {color: #99FFFF; text-decoration: none}
a.other:active  {color: red; text-decoration: none}
a:hover {
	color: #F00;
	text-decoration: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
a.other:hover {color: pink; text-decoration: bold}
.Blinkingtxt {  text-decoration: blink}

</style>
