a:link {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
	font-style: normal;
}

