/* Start of CMSMS style sheet 'Handheld' */
/* remove all padding and margins and set width to 100%. This should be default for handheld devices but its good to set these explicitly */

body {
   margin:0;
   padding:0;
   width:100%;
   font-family: arial, helvetica, sans-serif;
}

/* hide accessibility noprint and definition */
.accessibility,
.noprint,
dfn {
   display:none;
}

img {
   display: none;
}

h6 {
   font-size: 32px;
}
/* End of 'Handheld' */

