   p.dotted { border: thin dotted black; }

        /* Using div.boxed for main content paragraphs */
   div.boxed  {
                border-width: thin ;
                border-style: dotted ;
                border-color: blue;
                padding-bottom: 5px;
                padding-left: 1em;
                background: #ccffcc;
                margin-bottom: 6em;
                margin-left: 1em;
            }

        /* Using p.google for the various Google ads thrown in, aligned to the right */
    p.google    {
                        text-align: right;
                        margin-right: 1em;
                }

    div.right {
                text-align: right;
                background: #ccccff;
                margin: 5px;

              }
    p { text-indent: 2em; }

