a {    
text-decoration: none;
}



a:hover
  {
	text-decoration: underline;  
	color: #000000; /* zamiast cccccc daj inny kolor */
   }
   
   
img:hover
{
	margin: -1px;
	border: 1px solid blue;
}