body		{
		color : #000000;
		background-image : url(/images/bluebg.jpg);
		}


A:link, A:visited, A:active
		{
		text-decoration: underline;
		}

A:hover 	{
		text-decoration: underline;
		color: #ff0000;
		}

A.nav:link, A.nav:visited, A.nav:active
		{
		text-decoration: none;
		color: #ffffff;
		letter-spacing: 0.0em;
		font-size: 8pt;
		}
		
A.nav:hover     {
		text-decoration: none;
		color: #ffcc33; 
/*		color: #ff6699; */
		}


TD.bgr1		{ 
/*		background: #003399 ;	*/
		background: #3544B6 ;		
		}

TD.bgr2		{ 
		background: #838498 ;		
		}
