@import url('/project-specific/public-html/styles/find-the-words-in-common-game-words.css');

/*
 * Specific styles for the "Find the Words in Common" Game.
 *
 * (c) 2009-02-08, Robert Impey
 */

ol#wording_entering {
	/*display: inline;*/
	list-style: none;
	
	/*width: auto;*/
}

p.navigation a {
	color: blue;
	
	text-decoration: underline;
}

p.navigation {
	clear: both;
}

