/*
 * style.css - style document for mobile display; generally only needed to modify problem areas.
 */
@import url(/style.css); /* the main style sheet supplies most of our mobile style */
.m {display:inherit;}

body {
	font-size: 10px;
}
table { font-size: 10px; } /* tables don't pick up font size from BODY */
