/* opinion.css */

#opinion {
        background-color: #fff;
	margin: 0px auto 0px auto;   /*MS IE does not interpret r & l auto to center the wrapper */
	padding: 0px;
	/* border: 1px solid white;	there was some reason for this, but can not remember what, except you can see it if you make the background different.  */
	border-width: 1px;	/* Netscape 7 did not like the above condensation, so I split the border definition in these 3 statements */
	border-style: solid;
	border-color: #fff;
	width: 800px;			/* theoretically, all contained margins, borders, padding and block widths can add up to this without overflowing, but in practice it did not work unless I made them add up to less. */
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20 px;
        text-align: left;

       }
.lpcldr {background-color: #ccc;}
.megantic  {background-color: #000;}

