body {
background-color: #ffffff;
margin: 0;
padding: 0;
font-family: Trebuchet, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
color: black;
 }

#ShowImage, #Navigation, #Repertoire, #Company, #Credit, #Audio, #Home, #Catcher {
display: none;
}


h1 {
font-size: 15px;
font-weight: bold;
color: #cc9900;
padding:0;
margin: 0 0 15px 0;
}

p {
font-size: 13px;
line-height: 19px;
padding: 0 0 10px 0;
margin: 0;
}

td {
font-size: 11px;
}

th {
font-size: 12px;
text-align: left;
}


a, a:link, a:visited, {
text-decoration: none;
color: black;
}
 a:hover, a:active {
text-decoration: underline;
color: black;
}