a.not_selected { 
	color: #010101; 
	text-decoration:none; 
}

a.not_selected:hover { 
	color: #010101; 
	text-decoration: underline; 
}

a.not_selected2 { 
	color: #fff; 
	text-decoration:none; 
}

a.not_selected2:hover { 
	color: #fff; 
	text-decoration: underline; 
}










