
/* remember to define focus styles! */
body {
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
/* Reduce jaggies for resized images in IE7 */
img {
	-ms-interpolation-mode: bicubic;
}
