.xsmallview, .xsmallview p, .xsmallview h1, .xsmallview h2, .xsmallview h3, .xsmallview h4, .xsmallview h5, .xsmallview h6, .xsmallview li  { /*CSS for "extra small font" setting*/
font-size: 80% !Important;
}



.normalview { /*CSS to return page to default setting (with no additional CSS rules added)*/
}



.xlargeview, .xlargeview p, .xlargeview h1, .xlargeview h2, .xlargeview h3, .xlargeview h4, .xlargeview h5, .xlargeview h6, .xlargeview li  { /*CSS for "extra small font" setting*/
font-size: 110% !Important;
}
