.category {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #3F2F07;
}
a:link {
	color: C29112;
	text-decoration: none;
}
a:visited {
	color: C29112;
	text-decoration: none;
}
a:active {
	color: C29112;
	text-decoration: none;
}
a:hover {
	color: 795E1B;
	text-decoration: underline;
}
.text {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: 55410D;
}
.title {
	font-weight: bold;
	color: #c29112;
}

