/* All the CSS which applies to colours, fonts etc. for the whole site goes here. */

BODY {
  font: small verdana, arial, helvetica, sans-serif;
  color: #333;
  background-color: white;
}

H1 {
  font-WEIGHT: 900;
  font-size: 28px;
  COLOR: #ccc;
}

H2 {
  font: bold medium/14px verdana, arial, helvetica, sans-serif;
}

p label {
  font: small/20px verdana, arial, helvetica, sans-serif;
  text-align: justify;
}

li {font-size: small; }

A {
  font-WEIGHT: 600;
  font-size: small;
  COLOR: #09c;
  font-FAMILY: verdana, arial, helvetica, sans-serif;
  TEXT-DECORATION: none
}

A:link {
  COLOR: #09c
}

A:visited {
  COLOR: #07a
}

A:hover {
  BACKGROUND-COLOR: #eee
}

#logobox {
  BACKGROUND-COLOR: white;
}
.sponsortext {
  text-align: left;
}
#sponsorbox {
  text-align: center;
  font-size: small;
  BACKGROUND-COLOR: white;
}

#bandindexleftcolumn {
  float: left;
  width: 50%;
  padding-right: 1%;
  padding-left: 2%;
}

#bandindexrightcolumn {
  float: left;
  width: 50%;
  padding-left: 1%;
  padding-right: 3%;
}

