You have the option to either modify the default CSS style, or copy it and modify the copy. It is best to copy it and modify it so as to not loose the original copy if an error is made
Two CSS Styles are provided. The default black and white style, and a more colorful red and yellow one.
To use a custom CSS when displaying the links to past polls, as described above, try the following:
<!--#include virtual="/cgi-bin/poll.cgi?past_polls=1&bar_color=red&css=poll_yellow.css" --
>
The above will create the links to the poll data that will be displayed using red bars, and the poll_yellow.css style sheet.
For the sake of example, you can use the following for the default style, even though it is not required:
<!--#include virtual="/cgi-bin/poll.cgi?past_polls=1&bar_color=red&css=poll_default.css" - ->