.text {
	font-family: Arial;
	color: #393228;
	font-size: 12px;
}
.links {

	font-family: Arial;
	color: #fdb813;
	font-size: 12px;
}
A:link {
	color: #fdb813;
	text-decoration: underline;
}

A:visited {
	color: #A69F92;
	text-decoration: underline;
}
A:active {
	color: #A69F92;
	text-decoration: underline;
}

A:hover {
	color: #A69F92;
}
