body {  
font-family: "Times New Roman";  
font-size: 16pt;

}

p {  
font-family: "Times New Roman";  
font-size: 16pt;

}


@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {

body {
font-size: 1.4em;
line-height: 115%;
padding-left: 8px;

}


p {
font-size: 1.6em;
line-height: 115%;
padding-left: 8px;

}