.title {
	width: 280px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BAFF8D;
	border-bottom-color: #BAFF8D;
	border-left-color: #BAFF8D;
}
.meta {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #BAFF8D;
	border-right-color: #BAFF8D;
	border-bottom-color: #BAFF8D;
	font-size: .9em;
}
table {
	width: 630px;
}
.category {
	width: 90px;
	font-size: 1em;
	font-variant: small-caps;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BAFF8D;
	border-bottom-color: #BAFF8D;
}
.even {
	background-color: #FFFEE9;
	border: 1px solid #BAFF8D;
}
.odd {
	background-color: #DEFFCF;
	border: 1px solid #ffc;
}
.hover {
	background-color: #FFF;
}

