/* News section styles for SkinCare Physicians site */



/* BODY */

#divbody {
  background-image: url(../img/news/gradient.gif);
}



/* TEXT */

/* graphical heading */
#divtext h1 {
  color: #588399;
}
/* subheads */
#divtext h2, #divtext h3 {
  color: #588399;
}
/* bulleted lists */
#divtext ul li {
  background-image: url(../img/news/bullet.gif);
}
/* headed lists - lists that look like paragraphs with headings*/
#divtext ul.headedlist strong {
  color: #588399;
}
