	a {
		text-decoration: none;
	}
	a:link {
		color: #0099FF;
	}
	a:visited {
		color: #00FF00;
	}
	a:active {
		color: #0000FF;
	}
	a:hover {
		color: #0099FF;
		text-decoration:underline;
	}