html  {   background-color: white;  
          margin-top: 0;
      }

body  {  font-family: 'Lucinda Sans Unicode', 'Lucinda Grande', sans-serif;  
         margin-top: 0;
      }

#content  {  width: 94%;
             margin-left: auto;
             margin-right: auto;
          }

.header {  text-align: center;
           font-size: x-large;
           font-weight: bold; 
           background-color: #ccffcc; 
           margin: 0 1em .25em 1em;
           padding: 0.125em .25em .25em .25em;
       }

.clear {  clear: both;}

.primaryList    {  list-style-type: disc;  }
.secondaryList  {  list-style-type: circle;  }

.floatLeft   {  float: left;   }
.floatRight  {  float: right;  }

.speaker  {  width:  150px;
             height: 200px;
             float: left;
             text-align: center;
             margin-bottom: 1em;
          }
.speaker img  {  
                   height: 150px;
       /*            border: 1px solid #000;
                   box-shadow: 5px 5px 10px #888;
                   -mox-box-shadow: 5px 5px 10px #888;
                   -webkit-box-shadow: 5px 5px 10px #888;
       */         }
.speaker a  {  display: block;  }

