body {
  /* color: black !important;                         */ 
  /*   color: green;                                  */
  /* background: white !important;                    */ 
  /* background-image: url(my_background_image.jpg);  */
}
h1 { color: black }
/* not visited URL - PURPLE                           */
/* a:link {                                           */
/*   color: #6666ff; text-decoration: underline;      */
/*}                                                   */
/* visited URLS are GREEN                             */
/* a:visited {                                        */
/*    color: #ffff00;                                 */
/* }                                                  */
/* active url, or last visited URL is BLACK           */
/* a:active {                                         */
/*    color: #ff0000; text-decoration: underline;     */
/* }                                                  */
/* move the mouse over the URL and it becomes PINK    */
/* a:hover {                                          */
/*    color: #FF9900;                                 */
/* }                                                  */