 body {
     overflow: -moz-scrollbars-vertical;
     background: #000;
     line-height: 1.3;
 }
            
 #content p {
     font-size:16px;
     color: #FFF;
     line-height:1.5;
 }
 
 #content p strong {
     color: #FF00FF;
 }
 
 a {
     color: #ff1493;
     text-decoration: none;
 }
 
 a:hover {
     color: #ff1493;
     border-bottom: 2px solid #ff1493;
 }
             
 #doc4 {
     background-color: #000;
     color: #FFF;
     padding: 0;
     border-left: 2px solid #ffb6c1;
     border-right: 2px solid #ffb6c1;
     border-bottom: 2px solid #ffb6c1;
 }
 
 #bd {
     min-height: 300px;
     padding: 1em;
     background: #333;
 }
 
 #hd-logo h1 {
     height: 120px;
     width: 728px;
     background: transparent url(../images/logo.gif) 20px 50% no-repeat;
 }
 
 #hd-logo h1 span {
     display: none;
 }
 
 #hd-logo h1:hover {
     cursor: pointer;
 }
 
 #hd ul {
     padding: 1em;
     border-bottom: double #ffb6c1;
     border-top: double #ffb6c1;
     background: #000 url('../images/stripes.gif') repeat;
 }
 
 #hd li {
     display: inline;
     text-transform: uppercase;
 }
 
 #hd li a {
     margin-right: 0.5em;
     font-size: 16px;
     font-weight: bold;
     color: #eee;
 }
 
 #hd li a:hover {
     color: #ff1493;
 }
 
 #hd-footer {
     clear: both;
     margin: 0;
     padding: 0;
     display: none;
 }
 
 #ft {
     font-size: 14px;
     padding: 1em;
     font-weight: bold;
      background: #000 url('../images/stripes.gif') repeat;
     border-top: 2px solid #ffb6c1;
 }
 
 table.ticketsTable {
     font-size: 14px;
     margin: 0;
     width: 100%;
     border-collapse: collapse;
     text-align: left;
     background:#333;
 }
 
 table.ticketsTable th {
     font-size: 14px;
     font-weight: bold;
     color: #FFF;
     padding: 10px 8px;
     border-bottom: 2px solid #ffb6c1;
 }
 
 table.ticketsTable td {
     border-bottom: 1px solid #ffb6c1;
     color: #ffb6c1;
     padding: 6px 8px;
 }
 
 table.ticketsTable tbody tr:hover td {
     color: #ff1493;
 }
 
 table.ticketsTable thead tr .header {
     background-position: 85% center;
     cursor: pointer;
 }
           
 #ticketInfo {
     min-height: 650px;
 }
 
 #ticketInfo h2 {
     color: #FFF;
     text-transform: uppercase;
     font-size: 16px;
     font-weight: bold;
     margin: 0.5em 0;
 }
 
 #ticketInfo h3, #ticketInfo .gigdate {
     color: #FFF;
     font-size: 16px;
     font-weight: bold;
     margin: 0.5em 0;
 }
 
 #ticketInfo p {
     margin: 0.5em 0;
 }
 
 #ticketInfo ul {
     margin: 0.5em 2em;
 }
 
 #ticketInfo ul li {
     margin: 0.2em 0;
     list-style-type: circle;
     list-style-position: inside;
 }
 
 #ticketInfo a {
     font-size: 16px;
     font-weight:bold;
 }
 
 #ticketInfo p.notonsaleyet {
     font-size: 14px;
     border: 1px solid #ffb6c1;
     padding: 5px;
     color: #FFF;
 }
 
 #ticketInfo p.notonsaleyet strong {
     font-weight: bold;
     color: #FFF;
 }