/*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 'to top' links on 'About the Band' page when viewed on computer screens*//*.top {display:none;}*//*keep menu at top*//*div.fixedmenu {  position: fixed;  top: 0.5em;  left: 0.5em;  right: 0.5em;}*/