body {
  /* Same colors as Tucson Murals Project page: */
  background-color: #02423b;
  color: #ced;
  font-family: 'Trebuchet MS',Verdana,Arial,Sans-serif;
}
div#header {
  margin-top: 40px;
  padding-top: 20px;
  margin: 0 auto;
  width: 740px;
  height: 150px;
  background-image: url(0064199_02_740x150_q90.jpg);
  background-repeat: no-repeat;
  text-align: center;
}
a {
  color: #ced;
}
a:hover, a:active {
  color: #fff;
}
a:visited {
  color: #8ca398;
}
