.links1 
a:link {
	color: #0000FF;
	font-size: 20px;
}

a:visited {
  color: #9900CC;
}

a:hover {
	color: #02CBDB;
}

a:active {
	color: #FF0000;
}

