body {
 font: 10px verdana; 
 color: black; 
 background: white;
}

table {
 width: 4.25in;
}
    
td {
 border-bottom: 1px dotted black;
 vertical-align: baseline; 
}

#cuesheet { 
 padding-right: 10px; 
 float: left; 
}

#cuesheetr, #cuesheet2 {
 border-left: 1px solid black; 
 padding-left: 10px;  
} 

.description {
 background: grey;
 padding: 10px;
 margin: 0 .25in;
}

.container {
 width: 7in;
 margin: .25in;
 background: white;
 padding: 10px;
}

a {
 text-decoration: none;
}