a {
	text-decoration:none;
	color: #0000ff;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

