/* CSS Document */

/* Table text */
th, td {
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	color: #000000;
	text-align: left;
	border: thin solid #CCCCCC;
	background-color:#CCCCCC;
}
th { /* Titles */
	font-size: 14px;
	font-weight: bold;
	padding:5px;
}

td {
	font-size: 12px;
	padding:5px;
}

p, h4, #hdr, #guitarSill {
	display: none;
}

#printerOnly {
	display: inline;
}
