@charset "utf-8";
.text {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #5A4D45;
	text-decoration: none;
}
a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #5A4D45;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #5A4D45;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	color: #5A4D45;
	text-decoration: none;
}