006.html   [plain text]


<html>
<head>
<style>
body {
 color: white; !important
}

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