        BODY {                font-size:12px  /* 文字の大きさを指定 */        }        H1 {                font-size:28px; /* 文字の大きさを指定 */        color:rgb(255,102,102)        }        TH {                font-size:14px; /* 文字の大きさを指定 */        background-color: rgb(204,255,255);        color:rgb(255,102,102)        }        TD {                font-size:12px; /* 文字の大きさを指定 */        color:#000000        }        P {                font-size:12px  /* 文字の大きさを指定 */        color:#ffffff        }         #h1 {                font-size:28px; /* 文字の大きさを指定 */        font-weight:bold;        color:rgb(255,102,102)        }         #h2 {                font-size:18px; /* 文字の大きさを指定 */        font-weight:bold;        color:rgb(255,102,102)        }         .style1 {	COLOR: #ff1493}