body,td,th {
    /* font-family:"fourier_new_sharpregular", Georgia, 'Times New Roman', Times, serif;  */
    font-family: 'Noto Serif TC', serif;
    font-size: 24px;
    color: #303030;
}

body{
    background-color:#F8F8FF ;
    margin-left: 24px;
    margin-top: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
    background-image: url();
}

a:visited{
    text-decoration: none;
    /* color: black; */
}


a{
    font-weight: normal;
    line-height: 0em;
    font-size: 15px;
    /* font-family:"fourier_new_sharpregular", Georgia, 'Times New Roman', Times, serif;  */
    color:#303030
}

a:link {
    text-decoration: line;
}


a:hover {
    text-decoration: none;
    color:magenta;
    text-decoration: line;
}

::selection {
    background:greenyellow /* WebKit/Blink Browsers */
}

/* why not work */
img {
    align-items: center; 
    justify-content: center;
} 


h4 {
    /* font-family:monospace; */
    /* font-family: "fourier_new_sharpregular", Georgia, 'Times New Roman', Times, serif;  */
    font-weight: normal;
    font-size: 15px;
    color: #303030;
}

h5 {
    /* font-family:"fourier_new_sharpregular", Georgia, 'Times New Roman', Times, serif;  */
    font-weight: normal;
    line-height: 0em;
    font-size: 15px;
    /* font-family: monospace; */
    color: #303030;
}

@media screen and (max-width: 1080px) {
   img {width: 100%}
  }