body {
 background-color: rgb(255, 255, 255); 
 color: rgb(0, 0, 0); 
 font-size : 18px;
}

div#content {
 width: 800px;
}

div#header {
  background-color: rgb(0, 0, 153);
  padding-left : 4px;
}

div#header h1 {
  font-weight : normal;
  font-size : 32px;
  margin : 4px 0 6px 0;
}

div#header h3 {
  font-size : 24px;
  margin : 0;
}

div#header h3.date {
  font-weight : normal;
  margin : 30px 0 6px 0;
}

div#header table {
  width: 100%; 
  height: 148px;
}

div#header table tr td {
  color : white;
}

div#header a, 
div#header a:link, 
div#header a:visited, 
div#header a:hover, 
div#header a:active {	
  text-decoration:underline;
  color : rgb(200,200,255);
}

div#header #current {
  text-decoration : none
  color : white;
  font-weight : bold;
}

h4 {
  font-size : 18px;
}

a, 
a:link, 
a:visited, 
a:hover, 
a:active {	
  color : blue;
}

dl.talks {
  padding : 0;
  margin : 0;
}

dl.talks dt { 
  margin-right : 5px;
  float : left;
 }

dl.talks dd {
  margin : 0 0 15px 0px;
}

dl.talks dd .title {
  font-style : italic;
}

