Painter
______     _       _            
| ___ \   (_)     | |           
| |_/ /_ _ _ _ __ | |_ ___ _ __ 
|  __/ _` | | '_ \| __/ _ \ '__|
| | | (_| | | | | | ||  __/ |   
\_|  \__,_|_|_| |_|\__\___|_|   

Paint the web!  Control the colors used in HTML documents by
modifying attributes in the following tags:

    body, font, table, tr, th, td

Attributes modified are:

    bgcolor, background, text, link, alink, vlink, color

Colors are specified in the form "#RRGGBB" where RR, GG, BB are red,
green, and blue hexadecimal color values.  The special color "None" is
used to remove any color for that attribute which will revert to the
browser default colors.  bgcolor has precedence over background.

Preferences:

* Painter.alink

  Accessed link color.

* Painter.background

  Background image.

* Painter.bgcolor

  Background color.

* Painter.link

  Link color.

* Painter.text

  Text color.

* Painter.vlink

  Visited link color.
