body {
    text-align: center;
    background-color: rgb(219, 219, 219);
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.dlev-safe {
    color: rgb(0, 233, 0);
}

.dlev-swsafe {
    color: rgb(0, 163, 0);
}

.dlev-swunsafe {
    color: rgb(200, 255, 0);
}

.dlev-unsafe {
    color: rgb(255, 255, 0);
}

.dlev-vunsafe {
    color: rgb(255, 153, 0);
}

.dlev-dangerous {
    color: rgb(223, 36, 3);
}

.dlev-vdangerous {
    color: rgb(165, 0, 0);
}

.dlev-edangerous {
    color: rgb(104, 0, 0);
}

.dlev-death {
    color: rgb(41, 0, 0);
}

.a-safe {
    a:link {
        color: rgb(0, 214, 0);;
    }
    a:hover {
        color: rgb(0, 214, 0);;
    }

    a:active {
        color: rgb(0, 214, 0);;
    }

    a:visited {
        color: rgb(0, 214, 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(140, 179, 0);;
    }
    a:hover {
        color: rgb(140, 179, 0);;
    }

    a:active {
        color: rgb(140, 179, 0);;
    }

    a:visited {
        color: rgb(140, 179, 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-vunsafe {
        a:link {
        color: rgb(255, 153, 0);;
    }
    a:hover {
        color: rgb(255, 153, 0);;
    }

    a:active {
        color: rgb(255, 153, 0);;
    }

    a:visited {
        color: rgb(255, 153, 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);;
    }
}

.a-death {
    a:link {
        color: rgb(31, 0, 0);;
    }
    a:hover {
        color: rgb(31, 0, 0);;
    }

    a:active {
        color: rgb(31, 0, 0);;
    }

    a:visited {
        color: rgb(31, 0, 0);;
    }
}
