To do for "peril" game:

 * add "super peril" questions
	* have a field in the answers.py to indicate the super peril questions
	* indicate success or failure of wager
	* show first screen with topic, and red background, and crazy sound
		* create form for entering wager
	* show second screen with question
		* show timeout??
		* form to indicate correct or wrong
 * show winner screen with winner and final scores
 * create categories and answers
 * finalize look and feel
	* use white text on darker blue background for main board
	* add borders to table cells on main board
 * support "undo" 
	* increment a "turn" variable on every write of the data file
	* on every write, also write a backup file with the same turn number
		in the file name
	* if user selects "undo", then decrement the turn variable, and
		read the backup file with the previous data
