* {
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    margin: 20px;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #6699cc;
}
h2 {
    margin: 10px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #6699cc;
}
h3{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 600;
    color: #6699cc;
    padding: 0;
}

p, li, summary, select, button {
    font-size: 16px;
    font-weight: 400;
}
p, li {
    margin-top: 3px;
    margin-bottom: 3px;
}
p {
    text-indent: 20px;
}
.com {
    color: #99ccff;
}

ol, ul {
    margin: 0;
    list-style-position: inside;
    padding-left: 20px;
}

a {
    color: #6699cc;
    cursor: pointer;
    text-decoration: underline;
}
a:link, a:visited, a:active {
    color: #6699cc;
    text-decoration: underline;
}
a:hover {
    color: #99ccff;
    transition: 0.25s;
    text-decoration: underline;
}

td, 
th {
    padding: 5px;
    border: 3px solid #6699cc;
}
table {
    text-align: center;
    border-collapse: collapse;
    float: left;
    border: 3px solid #fff;
    margin-bottom: 10px;
    margin-right: 10px;
}
thead {
    background-color: #6699cc;
    color: #fff;
}
#qs202302 tr td:nth-child(1), 
#qs202302 tr:nth-child(1) td:nth-child(2) {
    background-color: #99ccff;
    color: #fff;
}

.act {
    color: green;
}
.rep {
    color: orange;
}
.inv {
    color: red;
}