a.LightLink:hover {
	color : teal;
	background-color :none;
	font-size : 11px;	
	text-decoration : none;
}

a.LightLink:link {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}

a.LightLink:visited {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}


a.LightLink:active {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}

a.DarkLink:hover {
	color : teal;
	background-color :none;
	font-size : 11px;	
	text-decoration : none;
}

a.DarkLink:link {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}

a.DarkLink:visited {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}


a.DarkLink:active {
	color : teal;
	background-color : ;
	font-size : 11px;
	text-decoration : none;
}