These 3 classes are defined, I need them to carry over to the above page:
.40l55r {clear: left; padding: 0px 2px 0px 2px; }
.40left { width: 40%; float: left; padding: 0px 2px 0px 2px; text-align:center; }
.55right { width: 55%; float: left; padding: 0px 2px 0px 2px; }
I have tried all of the following combos in the Custom CSS section:
body #page div.40l55r
body #page .40l55r
#page div.40l55r
#page .40l55r
and entered <div class="40l55r"> in the div.
Please assist.










