A:link { color: rgb(0, 153, 204) } /* unvisited link */
A:visited { color: color: rgb(0, 102, 153) }   /* visited links */
A:active { color: rgb(255, 102, 0) }          /* active links */
A:hover {color: rgb(255, 153, 0)} .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
