<style>
a{ color: #FF6600; text-decoration: underline }
a:link {color: #FF6600; text-decoration : underline }
a:visited {color: #666666; text-decoration : underline }
a:hover {color: #FF9900; text-decoration: underline }
a:active {color: #FF9900; text-decoration : underline }

</style> 
normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
