Below the rule is the CSS file that is linked to each of these popups.
 
/* posters/html/popups.css - style sheet for the popups
  Copyright 2007, Martin Rinehart */

            body {
                background-color:#300060;
                font-family:"Nimbus Sans L", FreeSans, Helvetica, "Futura Lt BT", "Nimbus Console", Arial, sans-serif;
                font-size:12;
                font-weight:lighter;
            }

            code {
                font-size:12;
                color:blue;
            }

            dd {
                font-size:12;
                font-weight:normal;
                color:#300060;
            }

            dt {
                font-size:14;
                font-weight:bold;
                color:#800000;
                position:relative;
                left:20px;
            }

            input {
                background-color:#c0d0ff;
                font-size:16;
            }

            table {
                background-color:#e0ffff;
            }

            .indent {
                position:relative;
                left:25;
            }

/* end of posters/html/popups.css */
 

pop-css.html © 2007, Martin Rinehart