a {
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : #FF7B31;
	text-decoration : none;
	font-size : 10;
}

a:visited {
	color : #FF7B31;
	font-weight : normal;
	text-decoration : none;
}

a:active  {
	color : #FF7B31;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color : #FF7B31;
	font-weight : normal;
	text-decoration : underline;
}

