a:link {
	color: #191970;
	text-decoration: none;	
}

a:active {
	color: #191970;	
}

a:hover {
	color: Navy;
	text-decoration: underline;
}

a.mticker:link {
	color: #ffffff;
	text-decoration: none;	
}

a.mticker:active {
	color: #dddddd;		
}

a.mticker:visited {
	color: #ffffff;	
	text-decoration: none;	
}

a.mticker:hover {
	color: ff9900;
	text-decoration: underline;
}