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

