.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
}
a:link {
	color: #00F;
}
a:visited {
	color: #49008C;
}
a:hover {
	color: #093;
}
a:active {
	color: #FF0;
}
