body{font-size:18px;
    font-family:"Yu Gothic","YuGothic","MS Pゴシック",Meiryo;
    color:#000000; /*色は黒*/
    background-color: #FFF8DC; /*色はコーンシルク*/
    font-weight: bold;
}
h1{font-size: 36px;
    text-align:center;
    color:#FFFFFF; /*色はwhite*/ 
    background-color: #008800; /*色は緑*/
}
em{color: ff7150; /*色はcoraln*/
    font-weight: bold;
    font-style: normal;
}
strong{color:#ff0000; /*色はred*/
}
h2{font-size: 36px;
    text-align:center;
    background-color:#9ACD32; /*色は黄緑*/
    color:#008800; /*色は緑*/
}
h3{
    text-align:center;
    background-color:#000000;
    color:#5a2a2a; /*色はエンジ*/
}
h4{font-size: 20px;
    text-align:center;
    background-color:#008800; /*色は緑*/ 
    color:#FFFFFF; /*色はwhite*/
}
