/* CSS Document */
	a{
		text-decoration: underline;
		color: #0000AA;
	}
	a:hover {
		color: #000000;
	}