/* Style Sheet for Jason Meador Artwork                       */
/* http://www.io.com/~cwagner/jason/                          */
/* March 14 2006                                              */
/* Color chart at: http://www.htmlhelp.com/cgi-bin/color.cgi  */

/* Body is black text on white background. */
 body        { background-color: white;
               background-image: none;
               color: black;
               font-family: sans-serif; }

/* Unvisited links are blue */
 a:link      { color: blue;
               background-color: transparent; 
               text-decoration: none;}

/* Visited links are purple */
 a:visited   { color: purple;
               background-color: transparent;
               text-decoration: none;}

/* Links in headers are uncolored */

h1 a:link { color: black;
             text-decoration: none; }

h1 a:visited { color: black;
             text-decoration: none; }

/* Paragraphs with class "indent" have their first line indented */
 p.indent    { text-indent: 2em; } 

/* Horizontal rules are 50% wide */
  hr          { width: 50%; }

/*  */ 
 a img { border: none;
         text-decoration: none; }

/* generic centering class */

.centered { text-align: center; }

/* generic 50% width class */

.fiftypercent { width: 50%; }

