body {
	color: #000;
	background-color: #fff;
}
div {
	font-family: verdana,arial,helvetica;
	font-size: 12px;
}
div.title {
	display: none;
}
div.category {
	font-size: 18px;
	font-weight: bold;
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 10px;
	margin-top: 5px;
	background-color: #eef;
}
div.company {
	font-size: 12px;
	font-weight: bold;
}
div.entry {
	font-size: 15px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #f0f0f0;
}
div.entrant {
	font-weight: normal;
	font-size: 12px;
}
