
a {
	color: #000; 
	text-decoration: none;
	font-size: 12px; 
}
a:hover {
  color: #bababa;
  text-decoration: underline;
}

