@charset "ISO-8859-1";
A:link { color: blue; text-decoration: underline} /* unvisited links */
A:visited { color: teal; text-decoration: none } /* visited links */
A:hover { color: red; text-decoration: underline } /* user hovers */
A:active {
	color: aqua;
	text-decoration: underline;
	text-align: center;
} /* active links */

.t-text { FONT-SIZE: 16px; COLOR: #FF5500;  FONT-FAMILY: arial, sans-serif  }

