a:link {
    color: green;
    background-color: transparent;
    text-decoration: underline;
}

a:visited {
    color: red;
    background-color: transparent;
    text-decoration: none;
}

.tbl1 {
    border: 1px solid black;
    background-color: LightGray;
}

.tbl2 {
    border: 3px solid green;
    background-color: LightGray;
}

.tbl3 {
    border: 3px solid red;
    background-color: LightGray;
}

.col1 {
    background-color: #E5E8E8;
}

.right {
    text-align: right;
}

.div1 {
    align-content: center;
}

.bold {
    font-weight: bold;
}

#myProgress {
    width: 100%;
    height: 30px;
    position: relative;
    background-color: #ddd;
}

#myProgress2 {
    width: 100%;
    height: 30px;
    position: relative;
    background-color: #ddd;
}

#myBar {
    background-color: #4CAF50;
    width: 10px;
    height: 30px;
    position: absolute;
}

#myBar2 {
    background-color: #4CAF50;
    width: 10px;
    height: 30px;
    position: absolute;
}

#myBar3 {
    background-color: #4CAF50;
    width: 10px;
    height: 30px;
    position: absolute;
}

#myBar4 {
    background-color: #4CAF50;
    width: 10px;
    height: 30px;
    position: absolute;
}