<style TYPE="text/css">          a:link            { color: blue; text-decoration: none }          a:active         { color: red; text-decoration: none }          a:visited        { color: blue; text-decoration: none }          a:hover         { color: yellow; text-decoration: underline }          a.highlight:link 		{ color: #666699; text-decoration: none }			a.highlight:active		{ color: blue; text-decoration: none }          a.highlight:visited    { color: #666699; text-decoration: none }          a.highlight:hover    	{ color: purple; text-decoration: none; background: #F9EDED }</style>