@import url(www_styles_base.css);

h3 {
  background-image: url(/pic/box_bar_blue.png);
}

/* h3, used with class box */
h3.box {
  background-image: url(/pic/box_bar_blue.png);
}

/* h3 with image inside, used with class box */
h3.Upcoming_Events {
  background-image: url(/pic/box_bar_blue.png);
}

h4 {
  background-image: url(/pic/box_bar_blue.png);
}

/* h4, used with class box */
h4.box {
  background-image: url(/pic/box_bar_blue.png);
}

