.normalLink {
	color:#0000FF;
	text-decoration: underline;
}

.normalLink:hover{
	color:#FF0000;
	text-decoration: underline;
}