.hover_underline {
	text-decoration: none;
}
.hover_underline:hover{
  	text-decoration: underline;
}
.hover_none {
	text-decoration: none;
}
.hover_none:hover {
  	text-decoration: none;
}
.hover_text_orange:hover {
	color: #FF9900;
}