/*    uncertainty-principle STYLE SHEET 
   file inspired by file does-time-exist20081108.css
   by Henri Salles
   first time used Mar 14 2010
   last updated Nov 11 2014
*/


body  
   {margin: 0; padding: 0;
   text-align:center;                                 /* IE6 hack; needed to center the layout in the browser window */
   font-size: 1em;
   font: 90%/140% arial, helvetica, sans-serif; }     /* 90% smallens text height by as much and 140% enlarges line height */


#onstage                                              /* think about an #inneronstage */
   {max-width: 960px;                                 /* constrained / liquid layout */
   min-width: 720px;
   padding: 0;
   text-align:left;                                   /* cancels I6-body-tag-hack' side effects */
   }

.bgc0 {background-color: rgb(0,0,0); color: rgb(204,204,204);}

h1, h3 {color: rgb(255,255,255)}
b  {color: rgb(255,255,255);}
a  {color: rgb(255,255,255) }
a:hover {color: rgb(102,153,255);}

.m0a {margin: 0 auto;}                                /* margin 0 auto     : centers element's layout in element's context */ 

.lac { text-align: center; }                     		/* 	lac is used for line elements */


/*
Backgrounds Border      Text
0,0,0    104,104,104 153,153,153
            204,204,204
            102,153,255


51,51,51       204,204,204
            102,153,255
            230,255,230
*/

