﻿<style type="text/css">
A:link {text-decoration: none}
A:visited {
	text-decoration: underline;	
}
A:active {
	text-decoration: underline;
}
A:hover {
	text-decoration: underline; 
	color: red;
}
</style>
