@charset "UTF-8";
/* CSS Document */

.item_title {
	font-family: "Courier New", Courier, monospace;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.description_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
a:link {
	color: #8595a2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8595a2;
}
a:hover {
	text-decoration: underline;
	color: #8595a2;
}
a:active {
	text-decoration: underline;
	color: #8595a2;
}