a:hover {
	color : 5E705F;
	background-color :none;
	font-size : 11px;	
	text-decoration : none;
}

a:link {
	color : 5E705F;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}

a:visited {
	color : 5E705F;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}


a:active {
	color : 5E705F;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}

a.Light_Link:hover {
	color : teal;
	background-color :none;
	font-size : 11px;	
	text-decoration : none;
}

a.Light_Link:link {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}

a.Light_Link:visited {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}


a.Light_Link:active {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}

a.Dark_Link:hover {
	color : teal;
	background-color :none;
	font-size : 11px;	
	text-decoration : none;
}

a.Dark_Link:link {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}

a.Dark_Link:visited {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}


a.Dark_Link:active {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}