* {
    padding:0;
    margin:0;
    font-family:Tahoma;
}
td {
    vertical-align:top;
}
a img {
    border:0;
}
div.letters {
    width:770px;
    background-color:#000;
    margin:2px 0px;
    padding:4px 0px 6px 0px;
}
div.letters a {
    color:#FFF;
    font-size:14px;
    font-weight:bold;
}
table.charts {
    width:770px;
}
table.charts td.title {
    font-size:24px;
    font-weight:bold;
    color:#9F0000;
    width:33%;
}
table.charts td.singles {
    font-size:12px;
}
table.charts td.singles a {
    color:#6FAA36;
}
table.charts td.singles a:hover {
    color:#9F0000;
}
div.separator {
    height:4px;
}
div.footer {
    font-size:12px;
}
table.artists {
    width:770px;
}
table.artists td {
    padding-left:20px;
    width:50%;
}
table.artists td a {
    font-size:13px;
    color:#6FAA36;
}
table.artists td.one {
}
table.artists td a:hover {
    color:#9F0000;
}
h1 {
    color:#9F0000;
}
h2 {
    margin:20px 0px 5px 0px;
   color:#9F0000;
}
table.songs {
    width:770px;
    border-top:1px solid #e2e2e2;
    border-right:1px solid #e2e2e2;
    margin-bottom:10px;
}
table.songs td {
    font-size:13px;
    padding:1px 5px;
    border-bottom:1px solid #e2e2e2;
    border-left:1px solid #e2e2e2;
}
table.songs td a {
    font-size:13px;
    color:#6FAA36;
}
table.songs td a:hover {
    color:#9F0000;
}
table.songs tr.title td {
    font-weight:bold;
      color:#9F0000;
}

