/** m_buygenre.html **/
table {
 margin-top:4px;
 margin-left:30px;
 margin-bottom:20px;
 border: solid 1px silver;
 border-collapse: collapse;
 font-size:13px;
 line-height:1.5em;
 letter-spacing:1px;
 color:#333333;
}
th,td {
 padding:10px;
 text-align:left;
 border: solid 1px silver;
 background-color:#f0efeb;
}
th {
 font-weight:normal;
}
td {
 vertical-align:top;
}
