/* ------------------------------------------------ */
/*         All rights reserved by the author        */
/*         Dario de Judicibus (c) 1998              */
/* ------------------------------------------------ */
/* StyleSheet 	:	showChordMap					*/
/* Language     :   CSS                             */
/* Author       :   Dario de Judicibus              */
/* Address      :   ddj@mclink.it                   */
/* Created on   :   August 5th, 1998                */
/* ------------------------------------------------ */

SPAN.ChordDef
{
	display: none;
}

TD.ChordMap
{
	font-family: "Courier New", "Courier", monospace;
	font-size: 8pt;
	font-weight: 400;
	line-height: 65%;
	color: navy;
	white-space: pre;
}

