@charset "UTF-8";

span.sample1 {
                 font-size: 10px;
                 color: blue;
                 }
span.sample2 {
                 font-size: 10px;
                 color: black;
                 }
span.sample3 {
                 font-size: 10px;
                 color: red;
                 }



p.div {
        text-align: center;
       }
