table.terminalStyle {
    border-collapse: collapse;
}
table.terminalStyle tr {
	background-color: #eeeeee;
}
table.terminalStyle td, th {
    border: 2px solid white;
    font-size: 8pt;
    padding: 4px;
}
table.terminalStyle th {
	border-top: 3px solid black;
	border-left: 2px solid white;
	background-color: #cccccc
}
