we want the web page to drive the formatting here, and for this to be as close to just the text from the fortune as possible.
// send the header for html text.
printf("content-type: text/html\n\n");
// send the preliminary gunk.
- printf("<body text=\"#00ee00\" bgcolor=\"#000000\" link=\"#66ff99\" "
- "vlink=\"#cc33cc\" alink=\"#ff9900\">\n");
-//old text color #33ccff
+ printf("<body>\n");
+//text=\"#00ee00\" bgcolor=\"#000000\" link=\"#66ff99\" "
+// "vlink=\"#cc33cc\" alink=\"#ff9900\">\n");
printf("<tt style=\"font-weight: bold;\">\n");
printf("<font size=\"+1\">\n");