body {
	background-color : #000000 ;
	color : #ffff00 ;
	text-align : center ;
	font-family : Verdana, Arial, Helvetica, sans-serif ;
		}

a:link	{
	color : #ffcc00 ;
	}

a:visited		{
	color : #ff9900 ;
	}

a:active	{
	background-color : #ffcc99 ;
	color : #0000ff ;
	font-size : large ;
	}

a:hover	{
	background-color : #99ccff ;
	color : #000033 ;
	font-weight : bold ;
	font-size : large ;
	}
