/* CSS Document */

/* LINKS */

a {
	text-decoration: none;
	color: #666;
	}

a:hover {
	text-decoration: underline;
	}