.chords {
    font-family: Arial;
    font-size: 14pt;
    font-weight: bold;
    background-color: white;
}
.romanchords {
    font-family: Times;
    font-size: 14pt;
    font-weight: bold;
    background-color: white;
}
.NoScreen {
}
.NoPrint {  
    display:none;
}
.NoScreenFullWidth {
    width: 100%;
}
.NoPrintFullWidth {  
    width: 100%;
    display:none;
}
.FullWidth {
    width: 100%;
}
BODY {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
