<!--
A.left:link		{ text-decoration: none }
A.left:visited	{ text-decoration: none }
A.left:hover	{ text-decoration: none }
A.left:hover	{ color: yellow }
A.left:active	{ text-decoration: none }
A.main:link 	{ color: blue }
A.main:visited	{ color: blue }
A.main:hover	{ color: red }
A.main:active	{ color: red }
-->