* {
    padding:0;
    margin:0;
    font-family:Verdana;
}
body {
    background-color:#E6DED3;
}
a img {
    border:0;
}
table.header {
    width:100%;
    height:345px;
    background-image:url('header_bgr.jpg');
    background-repeat:repeat-x;
}
td.letter_links {
    vertical-align:bottom;
    padding:15px 15px 50px 15px;
    color:#FFF;
    font-size:18px;    
}
td.letter_links a {
    color:#FFF;
    font-size:18px;
}
td.letter_links a:hover {
    color:#A1080B;
}
div.content {
    width:750px;
    text-align:left;
    padding:10px 0px;
    font-size:12px;
}
div.content a {
    font-size:13px;
    color:#054492;
    text-decoration:none;
}
div.content a:hover {
    text-decoration:underline;
    color:#A1080B;
}
div.artist_list {
    margin-top:5px;
}
div.artist_list a {
    color:#054492;
    font-weight:bold;
    font-size:18px;    
}
div.artist_list a:hover { 
    color:#A1080B;
}
h1 {
    font-size:24px;
    color:#A1080B;
}
h2 {
    font-size:18px;
    margin-top:10px;
    color:#A1080B;
}
div.bottom_letter_links {
    margin:20px 0px 10px 0px;
    text-align:center;
}
div.bottom_letter_links a {
    color:#054492;
    font-size:18px; 
    text-decoration:underline;
}
div.bottom_letter_links a:hover {
    color:#A1080B;
}
div.copy {
    font-size:12px;
    margin:5px 0px 5px 0px;
}
table.album {
    width:100%;
    border-top:1px solid #054492;
    border-right:1px solid #054492;
    margin:10px 0px;
}
table.album tr.title td {
    font-weight:bold;
    color:#A1080B;
}
table.album td {
    font-size:13px;
    padding:2px 5px;
    border-bottom:1px solid #054492;
    border-left:1px solid #054492;
}
table.album td a {
    font-weight:bold;
}
