.category {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #FF9900;
}
.copy {
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: #333333;
}

.subcategory {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #FF9900;
}
a:link {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #666666;
	text-decoration: line-through;
}

a:hover {
	font-family: Tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
