/* Mr Mars' Cascading Style Sheet for the Life On The Dole page */
/* Colours are from the album cover: a Han Blue and a Crimson */

/* Main tags */
body {
  color: White;
  background-color: #120048;
}

/*  Links */
a:link {
  color: #B20020;
}
a:visited {
  color: #B20020;
}

/*  Top level navigation - medium horizontal buttons in the centre of the page */
td.nav1 {
  border: 2px solid White;
  background-color: #220066;
}
td.nav1:hover {
  border-color: White;
  color: White;
  background-color: #B20020;
}
td.nav1 a:link {
  color: White;
}
td.nav1 a:visited {
  color: White;
}

/*  Page level navigation - small horizontal buttons in the centre of the page */
td.nav2 {
  border: 2px solid White;
  color: White;
  background-color: #220066;
}
td.nav2:hover {
  border-color: White;
  color: White;
  background-color: #B20020;
}
td.nav2 a:link {
  color: White;
}
td.nav2 a:visited {
  color: White;
}

/*  List level navigation - medium horizontal buttons displayed vertically at left of the page */
td.nav3 {
  border: 2px solid White;
  color: White;
  background-color: #220066;
}
td.nav3:hover {
  border-color: White;
  color: White;
  background-color: #B20020;
}
td.nav3 a:link {
  color: White;
}
td.nav3 a:visited {
  color: White;
}
