body,
td,
ul,
ol,
dl,
li {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #333;
}

.container {
    width: 800px;
    margin: 0 auto;
}

.head {
    position: relative;
    width: 800px;
    height: 100px;
    background-color: #127fc2;

}

.head h1 {

    position: absolute;
    left: 20px;
    top: 5px;
    color: rgb(165 185 193);
    font-size: 80px;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.head .headtext {
    position: absolute;
    top: 23px;
    left: 227px;
    width: 300px;
    color: #fff;
    line-height: 1.5em;
    font-size: small;
    font-weight: 700px;
}

.head .time {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-style: italic;
}

a {
    text-decoration: none;

}

.nav {
    width: 800px;
    margin: 0px auto;
}

.nav ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.nav ul li {

    float: left;
    list-style: none;
    margin: 0 14px;
}


.nav ul li a {

    color: black;
    display: block;
    height: 58px;
    padding: 0 40px;
    background-color: rgb(252, 252, 252);
    text-align: center;
    line-height: 58px;
    font-weight: 700;
    font-size: x-small;
}

.nav ul li a:hover {
    background-color: #127fc2
}

.nav ul .index {
    border-bottom: 1px solid #127fc2;
    height: 58px;
    padding: 0 40px;
    background-color: rgb(252, 252, 252);
    text-align: center;
    line-height: 58px;
    font-weight: 700;
    font-size: x-small;
}

.title {
    border-bottom-color: rgb(172, 172, 172);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: large;
    font-weight: 800px;
    color: #223592;
    margin: 25px 0px 10px 0px;
    padding-bottom: 10px;
    text-indent: 0.5em;

}

.ATMP {
    float: right;
    width: fit-content;
    height: fit-content;
    font-size: x-small;
    margin-bottom: 10px;
}

.footer {
    color: rgb(183, 183, 183);
    text-align: center;

}

.acceptedpapers {
    border-collapse: collapse;
}

.acceptedpapers thead {
    text-align: left;
}

.acceptedpapers tbody {
    line-height: 15px;
}

.acceptedpapers table,
.acceptedpapers td,
.acceptedpapers th {
    border: 1px solid rgb(85, 84, 84);
}

.acceptedpapers td {
    font-size: xx-small;
    padding: 1px
}

.indexing a {
    display: block;
    text-decoration: none;
    color: #127fc2;

}

.indexing :hover {
    color: red;
}

.citation a {
    display: block;
    text-decoration: none;
    color: #127fc2;
}

.citation :hover {
    color: red;
}

.reviewing a {
    display: block;
    text-decoration: none;
    color: #127fc2;
}

.reviewing :hover {
    color: red;
}

.crm {
    border-style: solid;
    border-color: #127fc2;
    border-width: 1px;
    text-align: center;
    width: 800px;
    margin: auto;
}

.email {
    color: rgb(247, 140, 0);
    text-decoration: none;
    font-weight: 400;
}

.email:hover {
    font-weight: 700;
}

.webpage {
    color: #127fc2;
    text-decoration: none;
    font-weight: 400;
}

.webpage:hover {
    font-weight: 700;
}

.submissionsinfogeneralblock a {
    color: #127fc2;
    text-decoration: none;
}

.link :hover {
    color: red
}

li a {
    color: #127fc2;
    text-decoration: none;
}

.contents a {
    color: #127fc2;
    text-decoration: none;
}