my "now removed" site is
www.owenwalcher.com
It used to be a PR6, then went to PR7 after Jagger2, and now has fallen out of Google altogether.
Let's see, I have defined:
table.menutree {display: none; }
td.menutree {display: none; }
in my printer.css so the side menus don't print, and in my regular style.css, I do have:
H4 { margin: 0; background: #336699; font-family: Verdana,Arial,sans-serif; font-size: 100%; color: white; }
so that my H4 tags are a white text with a dark blue background - of course, the:
body { margin-top: 0in; margin-left: 0in; margin-right: 0in; background: WHITE; font-size: 80%;}
is also white background, so one might think all my H4 text is white on white (hidden), which it isn't...
...unless someone can see what else I might be doing "wrong" according to the "rules".