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

/*font family within tables for entire site*/
table {font-family: "trebuchet ms", Arial, Helvetica;}

/*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;}