	a:link       { text-decoration: none }
	a:visited    { text-decoration: none }
	a:active     { text-decoration: none }
	a:hover      { text-decoration: underline ; color:red }

	.same:link		{ text-decoration: none ; color:aqua }
	.same:visited	{ text-decoration: none ; color:aqua }
	.same:active	{ text-decoration: none ; color:aqua}
	.same:hover	{ text-decoration: none ; color:yellow }


	.text {
		font-family: verdana;
		font-size: 12px;
	}

