BODY { background-color:white;  font-style:normal;
       font-family:"ＭＳ ゴシック",Osaka,sans-serif;
       font-size:x-small; color:black; line-height:1.1}
/* font-size:x-smallは無効のようだ */

EM { font-family:"ＭＳ ゴシック",Osaka,sans-serif;
     font-size:small; font-style:normal; 
     color:white; line-height:normal; }
/* こっちのfont-size:smallは有効のようだ */

A:link { color:blue; text-decoration:none; }
A:active { color:red; text-decoration:none; }
A:visited { color:blue; text-decoration:none; }

IMG { border-style:none; }

DIV { font-size:x-small; line-height:1.1; }

BLOCKQUOTE { margin-top:1ex; margin-bottom:1ex; margin-left:4ex; 
             margin-right:2ex; }

DL { margin-top:0; margin-bottom:0 }
DT { margin-top:1ex; }

OL { margin-top:1ex; margin-bottom:1ex; }

FORM { margin-top:0ex; margin-bottom:0ex; }
