  /*---------------------------------------------*/
  xbody{background:#5454FF}   /*ukraine blue*/
  xdiv{background:#FCFC6D}   /*ukraine yellow*/

  body{background:ivory}    /*bland yellowish*/
  div{background:aliceblue}    /*bland blueish*/

  xbody{background:darkslateblue}
  xdiv{background:lightCyan}

  div{
      ;display:block
      ;margin:1em 
      ;min-height:25em
      ;min-width:20em
      ;padding:3em 2em;
      ;border:solid steelblue 2px
      ;border-radius:3em
      }
  /*---------------------------------------------*/
table tr:last-child td:first-child {
    border-bottom-left-radius:1.8em;
}

table tr:last-child td:last-child {
    border-bottom-right-radius:1.8em;
}

  #lkdale {
         ;width:25%
         /* ;float:left */
         ;font-family:normal
         ;padding-left:2em;
         ;padding-right:1em;
         ;padding-top:0
          }
  #lkdale b:nth-child(1){ font-size:1.6em
                         ;font-weight:normal
                        }
  #lkdale b:nth-child(2){ font-size:1.4em
                         ;font-weight:normal
                        }
  table,ul{
         ;float:left
          }
  ul{
         ;font-size:.8em
         ;margin-left:10em
          }
  ul a{ ;color:navy}
 
  /*---------------------------------------------*/
  /*-- whew!, 2013 got schedule table styled!!!! */
  table {
                  border:solid #CCC 1px
                 ;border-radius:1em
                 ;border-collapse:collapse
                 ;color:#333
                 }
  table a {border:none;
          ;text-decoration:none
          }
  table *{font-size:.95em
                  ;border:solid #CCC 1px
                  ;font-family:arial,sans-serif,helvetica
                  ;background:white
                  ;padding:0
                  }  

  table tr td{height:2em}

  table tr td:nth-child(1){text-align:center
                         ;background:lavender
                          }
  table tr:nth-child(1) th{font-size:1.2em
                         ;font-weight:normal
                         ;padding-top:.5em
                         ;border-radius:1em
                         ;background:lavender
                         }
  table tr:nth-child(2) th{
                         ;background:lightSteelBlue
                         ;border-radius:1em
                         }

                                         
  .OH{background:paleturquoise}
  .EVENT{background:  #E0F0FF}
  .csci{background:lemonChiffon ;height:2em}
  .csci a{background:lemonChiffon ;}
  /*---------------------------------------------*/
