a {
	font: 11 Times New Roman;
	text-decoration : none;
	color : #8B2A00;
}

a:hover{
	font : 11 Times New Roman;
	text-decoration : underline;
	color : #8B2A00;
}

a.Selected{
	font: 11 Times New Roman;
	text-decoration: none;
	color : darkorange;
}

a:hover.Selected{
	font : 11 Times New Roman;
	text-decoration : underline;
	color : darkorange;
}
