body {color: #000;
      background: #fff;
      margin: 25px; 0;
      padding: 0;
     }
     
.hide {display: none;}

img {display: block;
     border: 0;
    }
    
a:link {font-weight: bold;
        text-decoration: none;
        color: #c30;
        background: transparent;
       }
       
a:visited {font-weight: bold;
           text-decoration: none;
           color: #c30;
           background: transparent;
          }
          
a:hover {font-weight: bold;
         text-decoration: underline;
         color: #f60;
         background: transparent;
        }
        
a:active {font-weight: bold;
          text-decoration: none;
          color: #f90;
          background: transparent;
         }
         
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6
         {font-family: Georgia, "New Century Schoolbook", Times, serif;}

.pHeadline    {  font-weight: bold;
                 color: purple;
                 text-align: left}

.pHeadlineCentre {  font-weight: bold;
                    color: purple;
                    text-align: center}

.pSubHeading  {  font-style: italic;
                 font-weight: bold;
                 color: purple;
                 text-align: left}


.pItalic      {  font-style: italic;
                 color: black;
                 text-align: left}

.SubText      {  font-style: italic;
                 color: black;
                 text-align: left;
                 font-size: 12px}

.SmallPrint   {  font-style: italic;
                 color: black;
                 text-align: right;
                 font-size: 10px}

.gigDate      {  font-style: normal;
                 font-weight: normal;
                 color: #c30;
                 text-align: left;
                 font-size: 18px}

.gigVenue     {  
                 font-style: normal;
                 font-weight: normal;
                 text-align: left}

.oldGigDate   {  
                 font-size: 15px;
                 font-style: normal;
                 font-weight: normal;
                 color: gray;
                 text-align: left}

.oldGigVenue  {  
                 font-size: 14px;
                 font-style: normal;
                 font-weight: normal;
                 color: gray;
                 text-align: left}

         
/* Basic page divisions */

#nav {font-style: italic;
      text-align: center;
      margin-top: 0.5em;
     }

#primarycontent {padding-left: 25px;
                 padding-top: 25px;
                }
                
#content {background: transparent url(images/arrow.gif) center bottom no-repeat;}


/* Sidebar display attributes */

#sidebar p {font-style: italic;
            text-align: right;
            margin-top: 0.5em;
           }
           
#sidebar img {margin: 30px 0 15px 0;}

#sidebar h2 {font-size: 1em;
             font-weight: normal;
             font-style: italic;
             margin: 0;
             line-height: 1.5;
             text-align: right;
            }
            
#footer p {font-size: 11px;
           margin-top: 25px;
          }