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

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