.aSelectPage{
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    margin: 20px;
    height:30pt;
}
a.aSelectPage {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.myImg{
    padding-top:5px;
    max-width:98%;
    min-width: 96%;
    border-radius: 5px;
}
.myTh{
    text-align: center;
    line-height: 189%;
}