
form { padding: 0px; }

.songtable { }

.songheader { padding: 3px; background: black; color: white; font-size: 16px; text-decoration: bold; }
.songheaderlink { color: white; font-size: 16px; text-decoration: none; }
.songheaderlink:hover { color: white; font-size: 16px; text-decoration: underline; }

.songmain { padding: 3px; background: #CCCCCC; color: black; font-size: 14px; text-decoration: none; vertical-align: middle; }
.songalt { padding: 3px; background: #999999; color: black; font-size: 14px; text-decoration: none; vertical-align: middle; }


a { color: #FFFFFF; font-size: 14px; text-decoration: none; }
a:hover { color: #FFFFFF; font-size: 14px; text-decoration: underline; }
td a { color: #FFFFFF; font-size: 14px; text-decoration: none; }
td a:hover { color: #FFFFFF; font-size: 14px; text-decoration: underline; }

body {background-color:#000; }
