                                                   /*what-is-entropy  STYLE SHEET 
                                                   file created Feb 20 2008 (under the name of what-is-motion.css)
                                                   Sept 1 2008 added COLOR AUDIT not published on net
                                                   by Henri Salles
                                                   last updated Dec 30 2009 : added boxes for gravimotion.html page and switched text color to black every where...
      
                                                   NEW LOOK:   1/ the darker background brown is moved from inside the cells to body background.
                                                   Jul 17 2010 2/ The contents of the cells are aligned to top of cells (and that shpould have been doen B4)*/

                                                   /*body {background-color: rgb(255,255,255); color: rgb(102,102,51); font: normal 14px Arial, Helvetica, sans-serif;} */
body {background-image: url(images/felt.gif); color: rgb(0,0,0); font: normal 14px Arial, Helvetica, sans-serif;}

body h1, body h2 {text-align: center;}
body h1 { font-size: 2em;}
body a { color: rgb(0,0,0); }
body a:hover {color: rgb(0,204,153);}

                                                   /*display width*/
#container { width: 980px; margin: 0 auto;  }

                                                   /*table*/
table { border: 20px ridge rgb(204,204,153); background-color: rgb(255,255,229);}

                                                   /*inside table cells that "inform"*/
.inn { padding: 20px;  font: normal 14px/1em Arial, Helvetica, sans-serif;}
.inn a { color: rgb(104,0,0); font-size: 1.1em; }
.inn a:hover {color: rgb(0,153,0);}
.inn h2 {line-height: 1.2;}

                                                   /*miscealeneous*/
.green {color: rgb(0,204,153);}
.thePoint {font-size: 1.2em; }
.tac {text-align: center;}
table#alignTop td { position:relative;vertical-align:top; }
table#alignTop td h3 { position:relative;top:0px; } 
.fr { float: right;}                               /*stands for "float right"; used for boxes such as b1; see m0a about syntax*/
.fl { float: left; }
.cf {clear: both;}                                 /*clear floats */

h0 {}                                              /*see F:CSS summary.doc/CSSFiles*/
 
                                                   /*a class that puts title and text in one box */
.box1 { border: 1px solid black ; margin: 10px; padding: 0px 10px 10px 10px; overflow:hidden;} 

.box2 {  margin: 10px; padding: 0px 10px 0px 10px; width: 200px; overflow:hidden;} 



