/* 
	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/
*/

div#mf_main body {
	line-height: 1.2;
}
div#mf_main ol, ul {
	margin-left: 25px;
}

div#mf_main :focus {
	outline: 1px #c0c dotted;
}
