h1        { color: maroon; }
h2,h3     { color: darkred; width: 100%; background-color: #d0d0ff; padding: 2px; border: none }
h4,h5     { color: darkgreen; }
pre       { color: darkgreen; }
A:link    { color: blue; text-decoration: none;  }
A:visited { color: darkblue; text-decoration: none;  }
A:active  { color: blue; text-decoration: none;  }
body      { color: black; background-color: white;  }
address   { color: black; text-decoration: italic; }
li        { list-style-position: inside; list-style-type: disc; list-style-image: url(gfx/ball_blue.gif); }