.Links {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border: none;
	color: #666633;



}
.Links a:link {
	text-decoration: none; color: #bf492e;
}
.Links a:visited {
	text-decoration: none; color: #663333
}
.Links a:hover {
	text-decoration: underline;
}
.Links a:active {
	text-decoration: none;
}