/*
*     These Settings are to make the user interface.
*/

.media-screen
{
	/*
	*     Empty means that it will "display", we want it to be visible.
	*     setting "display: block;" was considered, but it caused problems when
	*     attempting to make a table's column display.
	*/
}

.media-print
{
	display: none;
}


BODY {
      background-color : #000000;
      color : #008700;
      }

A:link {color: #20A720;}
A:visited {color: #109710;}
A:active {color: #30B730;}
A:hover {color: #30B730;}