a{
	opacity: 1.0;
	transition-duration: 0.2s;
}

a:hover{
	opacity: 0.5;
	transition-duration: 0.2s;
}