Web Content Accessibility
Guidelines
Cascading Style Sheets (CSS) is a
simple mechanism for adding style
(e.g. fonts, colors, spacing) to Web
documents.
<style type="text/css">
           body { color: black;
background: white; }
         </style>