<!DOCTYPE html>
<html><head>
  <title>CSS Test Reference</title>
  <link href="http://dbaron.org/" rel="author" title="L. David Baron">
  <link href="http://mozilla.com/" rel="author" title="Mozilla Corporation">
  <style>
   body { background: lime; color: black; }
  </style>
 </head>
 <body>
   This page should have a light green background.
 

</body></html>