.action {
	color: grey; 
	margin: 0px 0px;
	cursor:pointer;
	font-size:1.1em;
}

.action:hover {
	color:purple;
}

.action:focus {
	color:purple;
}
