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

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

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

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