body {color:white}
	A { color: white; text-decoration: underline; }
	A:link { color: #white; text-decoration: underline; }
	A:visited { color: white; text-decoration: underline; }
	A:active { color: gray; text-decoration: none}
	A:hover { color: gray; text-decoration: none}
