/* CSS Document */

#nav a:hover {
	color: #999999;
	text-decoration: underline;
	}
#nav a {
	color: #000000;
	text-decoration: none;
	}