	<!-- DIVīS <--
	a {
	color: #399;
	text-decoration: none;
	}
	a:link {
	color: #399;
	text-decoration: none;
	}
	
	a:visited {
	color: #399;
	text-decoration: none;
	}
	
	a:hover {
	color: color: #399;
	text-decoration: underline;
	}
	
	a:active {
	color: #399;
	text-decoration: none;
	}