/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.newsContent {
  color:#8b8d8e;
  text-decoration:none;
}


a.newsContentLink {
  color:#8b8d8e;
  text-decoration:none;
}

a.newsContentLink:hover {
  color:#0C3;
  text-decoration:underline;
}