/* Body properties */
BODY { background: white; color: brown }
A:link    { color: brown}      /* unvisited links */
A:visited { color: green }       /* visited links */
A:active  { color: black }     /* active links */

/* List properties */
ul li { list-style-image: url(redball.gif); list-style-type: disc }

/* verbatim properties */
pre  { background: white; color: red }

/* On maverick Netscape, serif, sans-serif and monospace work. 
   MUST specify font-family before size or anything else! */
BODY { font-family: monospace; font-weight: bold; font-size: medium; line-height: 1.2em }


