/*--------------Links--------------*/
a:link
{
	color: rgb(85,65,50);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgb(235,235,235);
}

a:hover
{
	color: rgb(85,65,50);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgb(235,235,235);
}

a:active
{
	color: rgb(85,65,50);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgb(235,235,235);
}

a:visited
{
	color: rgb(85,65,50);
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgb(235,235,235);
}

