/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/


 ul {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
body {
	line-height: 1.2;
}
ol, ul {
	margin-left: 25px;
}

:focus {
/*	outline: 1px #c0c dotted;	*/
}
