/* Basic styles - Default text size
- @import hides full style from older browsers
------------------------------------------------*/
@import 'screen-full.css';
body {
	background-color: #fff;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.82em;
}
img {border: none;}

