/* リンクタグの指定 */

A:link    { text-decoration:none; color:#0000FF; }
A:active  { text-decoration:none; color:#FF0000; }
A:visited { text-decoration:none; color:#20B2AA; }
A:hover   { text-decoration:none; color:#FF0000;  background:#FFFF00; }


/* テーブルタグの指定 */

TABLE { font-size    : 9.5pt;
        font-family  : "ＭＳ Ｐゴシック";
        font-weight  : normal;
        font-weight  : 400  ;
        font-style   : normal;
        font-variant : normal;
        line-height  : normal; }

/* ボディタグの指定 */

BODY { font-size    : 9.5pt;
       font-family  : "ＭＳ Ｐゴシック";
       font-weight  : normal;
       font-weight  : 400  ;
       font-style   : normal;
       font-variant : normal;
       line-height  : normal; }
