a {
	color: #8299BC;
	text-decoration: none;
	transition: color 0.3s;
}

a:hover {
	color: #b0c4de;
}