@CHARSET "UTF-8";
  body {
    color: black; background-color:#E8F2F8; 
    margin: 0; padding: 1em 0;
  }
  div#WhiteBack{
   color: black; background-color: white;
  }
  div#Head{
    color: white; background-color: #001E57; 
    <!-- rgb(00%,00%,70%); -->
  }
  div#Foot{
    color: white; background-color: #001E57;
  }
  div.right{
    color: black; background-color: white;
    font-size: 120%;
  }
  div.right h2{
    margin-top:40px;
  }
  div.left{
    color: white; background-color: #001E57;
  }
  div.left a{
   margin-left: 10px;
   font-size: 130%;
   color:#E8F2F8;
  }
  h2 {
   font-size: 130%;
  }
  div.left a:link { text-decoration:none; }
  div.left a:visited { text-decoration:none;}
  #myadress{
   color:#E8F2F8;
   margin-left: 10px;
   font-size: 120%;
  }
  hr#whitestripe{
  color:black;
  height:5px;
  background-color:#E8F2F8;
  }
  h1#heading{
   color:#E8F2F8;
   font-size:200%; 
   text-align:center;
  }
  a img{
  border:none;
  }
  table, th, td {
  border: 2px solid #001E57;
  border-collapse: collapse;
  padding: 10px;
  }
  th{
  	  text-align: center;
  	font-weight:bold;
  	background-color:#E8F2F8;
  	}
  td.da {
  text-align: center;
  font-weight:bold;
  }
  td.external {
    background-color:#E8F2F8;
  }

  div.externalspeakers {
    background-color:#E8F2F8;
  }

  table.seminars td div#speaker{
   text-align: center;
    font-weight:bold;
  }
  table.seminars td div#title{
   text-align: center;
   font-weight:bold;
  }
  table.seminars td div#abstract{
   font-size:smaller;
  }

 