.text {
	font-family: Arial;
	color: #534e3b;
	font-size: 11px;
}
.links {

	font-family: Arial;
	color: #c8b4a2;
	font-size: 11px;
}
A:link {
	color: #c8b4a2;
	text-decoration: underline;
}

A:visited {
	color: #9F937B;
	text-decoration: underline;
}
A:active {
	color: #c8b4a2;
	text-decoration: underline;
}

A:hover {
	color: #9F937B;
}

input {
  border-style: solid;
  border-color: #c2baab;
  border-width: 1px;
  background-color: #ffffff;
}

textarea {
  border-style: solid;
  border-color: #c2baab;
  border-width: 1px;
  background-color: #ffffff;
}

