.style {
	text-decoration: #14337E;
}
a:link {
	text-decoration: #14337E;
}
a:visited {
	text-decoration: #14337E;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;

}
a:active {
	text-decoration: #14337E;
}

