/* Created on 2021.10.12 by BC */
/* Define font family for Chinese pages */

body, h1, h2, h3, h4, h5, h6, p, div {
    font-family: 'Segoe UI',SegoeUI,'Microsoft YaHei',微软雅黑,"SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: purple;
}



  body {
      /* background-color: plum;  */
      /* background-image: url("../_images/pic-1.jpeg");  */
    
    }

    p {
        font-size:large;
        font-weight: 800;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: justify;
        text-indent: 2em; /* added on 2022.7.16 */

    }

.bdpink {
    color: palevioletred;
}

.starcolor {
    color: black;
}