.smoothlink {
	color: #3498db;
	text-decoration: none;
	font-weight: bold;
 
	transition: color 0.3s ease;
}

.smoothlink:hover {
	color: #e74c3c;
}