/* CSS Document */

.text {
	font-family : Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #7a7a7a;
	
	text-decoration : none;
}
.text A:link       { color:#7a7a7a; text-decoration : none; }
.text A:visited { color:#7a7a7a; text-decoration : none; }
.text A:active  { color:#7a7a7a; text-decoration : none; }
.text A:hover   { color: #FFC331; text-decoration : none; }
