Zo te zien is dit bericht in het Engels
strong {
    background-color: red;
    color: white;
    border: 3px dashed yellow;
    }
a {
    color: green;
    }
strong a {
    background-color: red;
    color: skyblue;
    border: 3px dashed yellow;
    }
th {
    background-color: blue;
    color: white;
    }
td {
    background-color: yellow;
    color: red;
    border: 1px solid black;
    }