/* style.css */

p.headline {
	font-weight: bold;
	font-size: 14px;
}

td.dot {
	border-bottom: 3px dotted #CCC;
}

table.summary {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

td.summary {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

table.program {
	border-top: 1px solid #999;
}

td.program {
	border-bottom: 1px solid #999;
}