table.musicTable
{
width:100%;
border-collapse:collapse;
}
table.musicTable td, table.musicTable th 
{
font-size:12px;
border:1px solid #F498E2;
padding:3px 7px 2px 7px;
}
table.musicTable th 
{
font-size:14px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#D74BB9;
color:#ffffff;
}
table.musicTable tr.alt td 
{
color:#000000;
background-color:#EED1FA;
}