/* posters/html/popups.css - style sheet for the popups
  Copyright 2007, Martin Rinehart */

        a.help {
            background-color:#f0f8f8;
            cursor:help;
            text-decoration:none;
        }
        a.help:hover {
            background-color:#ffffff;
        }

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

        code {
            color:blue;
        }

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

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

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

        table {
            background-color:#e0ffff;
        }

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

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