.text {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

/* Stop boarder around hyperlinked image */

}
img{
border-width:0px;

/* For Hyperlinks - Hover*/

/*}
a {
text-decoration:none;
} */

<style type="text/css"> 

.special a {text-decoration: underline;} 
.special a:link {color: White; } 
.special a:visited {color: white;} 
.special a:hover {color: brown;} 
.special a:active {color: brown;} 
</style> 
 

