	/* 5startales index page */
	a
	{
	text-decoration: none;
	}

	a:link
	{
	color: rgb(0,0,255) /*rgb(0,51,102); */
	}
	a:visited
	{
	color: rgb(51,153,102); /*rgb(0,51,102)  */;
	}
	a:active
	{
	color: rgb(129,75,134);
	}
	a:hover
	{
	color: rgb(153,51,0);
	}
	a:link, a:visited, a:hover, a:active {
		text-decoration : underline;
		background: transparent;
	}

	h4{
		color: #a03;
	}

	#topleft {
		background-color: #ffc;
		border: 2px #99c solid 
	}
	#game {
		background-color: #ffc;
		padding:5px;
	}



	
	