/* LINKS
--------------------------------------------------*/

a {
	text-decoration: underline;
}
a:link {
	color: #007b9a;
	background: 
}
a:visited {
	color: #007b9a;
	background: 
}
#Legal a:link,
#Legal a:visited {
	color: #fff;
	background: #007b9a;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #000;
	background: #fff;
	text-decoration: none;
}