/**
 * specify width margins for my
 * news bars
 */
.newsBar {
  width : 230px;
  margin-right: 1em;
  margin-left: 2em;
  margin-bottom : 1.5em;
  color : #666699;

}

/**
 * set colors on portions of the news bars
 */
.titleBox_gsnb {
  color : #666699;
}
a.statusItemSelected_gsnb { color : #666699; }
a.statusItem_gsnb {
  color : rgb(9, 122, 182);
  font-size : 13px;
}
a.statusItemSelected_gsnb {
  color : #000000;
}
