a, a:visited, a:link {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	text-shadow: 
	0 0 1px #ffffff, 
	0 0 5px #ffffff, 
	0 0 1px #ffffff, 
	0 0 2px #ffffff, 
	0 0 3px #ffffff;
	color: #ffffff;
	text-decoration: none;
}
#pro span:nth-child(1) {
	transition: all .5s;
	color: #ffffff;
	text-decoration: none;
}
#pro a:nth-child(1) {
	transition: all .5s;
	color: #ffffff;
	text-decoration: none;
}

#pro:hover span {
	text-shadow: 
	0 0 1px #ffffff, 
	0 0 5px #ffffff, 
	0 0 1px #ffffff, 
	0 0 2px #ffffff, 
	0 0 3px #ffffff;
	color: #ffffff;
	text-decoration: none;
}

#pro:hover a {
	text-shadow: 
	0 0 1px #ffffff, 
	0 0 5px #ffffff, 
	0 0 1px #ffffff, 
	0 0 2px #ffffff, 
	0 0 3px #ffffff;
	color: #ffffff;
	text-decoration: none;
}