body {
    text-align: center;
    background-color: rgb(219, 219, 219);
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

div {
    justify-self: center;
}

.tab {
    height: 75px;
    width: 400px;
    background-color: rgb(238, 238, 238);        
    font-size: 13pt;
    border: 3px solid black;
}

.a-safe {
    a:link {
        color: rgb(0, 233, 0);;
    }
    a:hover {
        color: rgb(0, 233, 0);;
    }

    a:active {
        color: rgb(0, 233, 0);;
    }

    a:visited {
        color: rgb(0, 233, 0);;
    }
}

.a-swsafe {
    a:link {
        color: rgb(0, 163, 0);;
    }
    a:hover {
        color: rgb(0, 163, 0);;
    }

    a:active {
        color: rgb(0, 163, 0);;
    }

    a:visited {
        color: rgb(0, 163, 0);;
    }
}

.a-swunsafe {
    a:link {
        color: rgb(200, 255, 0);;
    }
    a:hover {
        color: rgb(200, 255, 0);;
    }

    a:active {
        color: rgb(200, 255, 0);;
    }

    a:visited {
        color: rgb(200, 255, 0);;
    }
}

.a-unsafe {
    a:link {
        color: rgb(255, 255, 0);;
    }
    a:hover {
        color: rgb(255, 255, 0);;
    }

    a:active {
        color: rgb(255, 255, 0);;
    }

    a:visited {
        color: rgb(255, 255, 0);;
    }
}

.a-dangerous {
    a:link {
        color: rgb(223, 36, 3);;
    }
    a:hover {
        color: rgb(223, 36, 3);;
    }

    a:active {
        color: rgb(223, 36, 3);;
    }

    a:visited {
        color: rgb(223, 36, 3);;
    }
}

.a-vdangerous {
    a:link {
        color: rgb(165, 0, 0);;
    }
    a:hover {
        color: rgb(165, 0, 0);;
    }

    a:active {
        color: rgb(165, 0, 0);;
    }

    a:visited {
        color: rgb(165, 0, 0);;
    }
}

.a-edangerous {
    a:link {
        color: rgb(104, 0, 0);;
    }
    a:hover {
        color: rgb(104, 0, 0);;
    }

    a:active {
        color: rgb(104, 0, 0);;
    }

    a:visited {
        color: rgb(104, 0, 0);;
    }
}
