a {
#	text-decoration : none;
}
a:hover {
#	text-decoration : underline;
}

body {
    max-width: 600px;
    margin-left:5ex;   
}
blockquote {
    font-size: small
 }

@media handheld and (max-device-width: 480px), screen and (max-device-width: 480px) {
   html{ width: 99%; margin:0; }
   body {max-width: 480px; margin-left:1ex;   }
   
body,p,li,td,a {
    font-size: 20px;
    font-family: sans-serif
 }
}

@media handheld and (max-device-width: 640px), screen and (max-device-width: 640px) {
   html{ width: 99%; margin:0; }
   body {max-width: 900px; margin-left:1ex;   }
   
body,p,li,td,a {
    font-size: 30px;
    font-family: sans-serif
 }
}
