p,
td {
    font-family: "roboto", sans-serif;
    color: #707070;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

.h:hover {
    -webkit-text-stroke: 2px #70c745;
}

.jh:hover {
    -webkit-text-stroke: 0.5px #70c745;
}

.hh {
    -webkit-text-stroke: 2px #70c745;
}

.jhh {
    -webkit-text-stroke: 0.5px #70c745;
}

.hh:hover {
    -webkit-text-stroke: 2px white;
}

.jhh:hover {
    -webkit-text-stroke: 0.5px white;
}

.t:hover {
    -webkit-text-stroke: 1.5px #70c745;
    text-decoration: underline black;
}

.ul1 {
    text-decoration: underline #70c745;
}

.c {
    color: #70c745;
}

.bg1 {
    background-color: #70c745;
}

.bd1 {
    border: 5px solid #70c745;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.bd {
    border: 5px solid #70c745;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.bd:hover {
    border: 2px solid #70c745;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

tr,
td,
th {
    border-bottom: 2px solid #70c745;
    text-align: center;
    padding: 8px;
}

#th {
    color: black;
    background-color: #70c745;
}