body  {
		<!-- background-image: url('i/box.gif');
		background-repeat: no-repeat;
		background-position: center;
        background-color : #003300; -->
		color : #006633;
		font-family : Verdana, sans-serif;
		scrollbar-base-color: #ffffff;
		scrollbar-track-color: #ffffff;
		scrollbar-face-color: #006633;
		scrollbar-highlight-color: #000000;
		scrollbar-3dlight-color: #000000;
		scrollbar-darkshadow-color: #000000;
		scrollbar-shadow-color: #666666;
		scrollbar-arrow-color: #006633;
	}

	link  {
		text-decoration : underline;
		color : #00cc00;
	}

	a:visited  {
		text-decoration : underline;
		color : #00cc00;
	}

	a:active  {
		text-decoration : none;
	}

	a:hover  {
		text-decoration : none;
		color : #ffffff;
	}

