a:hover {
  color : red
}

a.menu {
  background-color : black;
  background-repeat : repeat;
  background-attachment : scroll;
  color : white;
  text-decoration : none
}

a.menu:hover {
  color : white
}

a.title {
  color : white;
  text-decoration : none
}

a.title:hover {
  color : white
}

span.c1 {
  font-size : 80%
}

p.nobr {
  white-space : nowrap
}

p.c3 {
  font-style : italic
}

p.small {
  font-size : 80%
}

td.small {
  font-size : 80%
}

tr.small {
  font-size : 80%
}

h1.c2 {
  font-family : Verdana, sans-serif;
  text-align : center
}

h1.bold {
  font-family : Verdana, sans-serif;
  text-align : center;
  font-weight : bold
}

ul.notes {
  list-style-image : url(http://www.bandsman.co.uk/images/sound2.gif)
}

body {
  background-color : white
}

#nav {
  position : relative;
  font-size : 80%;
  width : 204px;
  float : left
}

#contents {
  position : relative;
  margin-left : 204px;
  padding-left : 10px
}

#copyright {
  position : relative;
  font-size : 80%;
  text-align : center
}

#container {
  width : 100%
}

#header {
  width : 100%;
  padding : 1%;
  text-align : center
}

#columnone {
  width : 45%;
  float : left;
  padding : 1%
}

#columntwo {
  width : 45%;
  float : right;
  padding : 1%
}

#footer {
  clear : both;
  text-align : center
}

