/*background colour and font family for entire site*/
body {background: #d7d7d7; font-family: "trebuchet ms", Helvetica, Arial;} 

/*link colours (unvisited, focus and hover) for entire site*/
a:link {color:#0000CC;}
a:focus {color:#008000;}
a:hover {color:#FF0000;}

/*hides unnecessary blurb at top of 'Gigs' page when viewed on hand-held devices*/
.gigblurb {display:none;}

/*hides unnecessary blurb at top of 'Contact Us' page when viewed on hand-held devices*/
.contactblurb {display:none;}