<html>
<head>
<style>
body {
color: white; !important
}
body {
background-color:green;
}
</style>
</head>
<body>
This should be white text on a green background.
</body>
<html>
<head>
<style>
body {
color: white; !important
}
body {
background-color:green;
}
</style>
</head>
<body>
This should be white text on a green background.
</body>