/* your styles go here */

.mylink {
	color: #ffffff;
}

.mylink:hover {
  color: blue;
}