body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 14px;
	letter-spacing: 0.1em;
}

body {
	background-color: #FFFFFF;
	margin-top: 50px;
	
}


.category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: bold;
	text-transform: lowercase;
	color: #492410;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.bio {
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}

a.bio:link {
	color: #330000;
}
a.bio:visited {
	color: #330000;
}
a.bio:hover {
	color: #FFE834;
}
a.bio:active {
	color: #330000;
}