p a:link 
	{
	color: blue;
       	text-decoration: underline;
	}
	
p a:hover 
	{
	color: #7c9bcf;
	text-decoration: none;
	}
