table{
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}
table caption{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: italic;
    font-size: 20px;
    padding: 20px;
}
table td{
    text-align: center;
}
a { 
    color: #000000 ;
    font-family: Noto Serif JP ;
    text-decoration:dashed solid;
    border-bottom: #000000 1px;
} 
a:hover { 
    color: gray; 
    text-decoration:none;
}