携帯電話向けのCSS(ウェブの作り方・携帯電話向けコンテンツの書き方)。

の中に書くならこんな感じで。

<style type="text/css">
@media handheld {
  html * {
    font-size: x-small;
  }
}
</style>