
img {
    border: none;
	
}

a:link {
	color: #ff6699;
	text-decoration:none;
	font-weight:none;
	
	
}

a:visited {
  color: #ff6699;
}

a:hover {
	text-decoration: underline;
	font-weight:none;
	color: #ff6699;
}

a:active {
	color: #ff6699;
}




	
