        BODY {                font-size:12px;  /* 文字の大きさを指定 */        font-family: "ＭＳ Ｐゴシック",Osaka,sans-serif;        color:#000000        }        H1 {                font-size:24px; /* 文字の大きさを指定 */        color: #000000;        }        th {                font-size:14px; /* 文字の大きさを指定 */        font-weight:bold;        }        td {                font-size:12px; /* 文字の大きさを指定 */        color:#000000        }        p {                font-size:12px;  /* 文字の大きさを指定 */        color:#000000        }        a {                text-decoration: underline; }        a:link { color: #330099; }        a:visited { color: #330099; }        a:hover { color: #FF0000; }        a:active { color: #FF0000; }        #th1 {        background-color: #ffcc00;        text-vlign: middle;         }        #th2 {        background-color: #33cc00;        text-vlign: middle;        }        #td1 {        text-align: right;        background-color: #EEDD82        }        #td2 {        background-color: #66CDAA        }         #h1 {                font-size:28px; /* 文字の大きさを指定 */        font-weight:bold;        color:rgb(255,102,102)        }         #h2 {                font-size:18px; /* 文字の大きさを指定 */        font-weight:bold;        color:rgb(255,102,102)        }