body {
	background-color: #c8bbac;
}
a:link {
	color: #231f20;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #231f20;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	color: #231f20;
}
.txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #231f20;
	margin: 0px;
}
