body
	{
	background-color: white;
	font-size: 100.01%;
	text-align: center; 
	}
 
 #page
	{
	padding: 2em;
	font-size: 1em;
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 1em;
	text-align: left;
	width: 50em;				/* <-- use this for a set width */
	background-color: #809FFF;
	border: 1px solid gray;
	}
	
 ul
 	{
	font-size: 1em;
 	}
 	
ui-state-highlight
 	{
 	background-color: yellow;
 	}
 	
.clear
 	{
 	clear: both;
 	}
 	