body   { font-size: 12px; }
@media only screen and (max-device-width: 480px)  { 
	body { font-size: 17px; }
}