/*
 * for use with MEDIA=screen
 *
 * This style sheet should only affect colors and backgrounds.
 * All other style should be done via the shared ssmForMedia_screen.css.
 */

@import url("../_aCommon/ssmForMedia_any.css");           /* basics, for all */

@import url("../_aCommon/ssmForMedia_screen.css");

body
{
  background: url(../_aCommon/bg_DarkMarble.jpg) ;
  background-color: rgb(0,0,0) ;
  color: rgb(255,255,255) ;
}

#LocalNavigation, #MainContent, #RelatedPages, #Tools
{
  /*<IMG SRC="../_aCommon/bar-twig.gif" WIDTH=660 HEIGHT=74 ALT="----------">*/
  background: url(../_aCommon/bar-twig.gif) no-repeat top center;
  padding-top: 74px;
}

td, th
{
  color: rgb(255,255,255);
}


:link		/* for unvisited links */
{
  color: rgb(200, 200, 255);
}
:visited	/* for visited links */
{
  color: rgb(255, 200, 255);
}
:active		/* when link is clicked */
{
  color: rgb(255, 200, 255);
}
/*:hover		when mouse is over link
{
  color: rgb(255, 200, 255);
}
*/



