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

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