a:link,a:active { text-decoration: none; color : blue; }
a:visited { color : red; }

a:hover		{ text-decoration: none;background-color: white ; color : blue; }
body { font: 8pt Arial }