body {
   margin: 0px;
   padding: 0px;
   font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   background-color: #653A33;
}

#img {
   background-image: url(header.jpg);
   height: 100px;
}

a:link, a:visited {
   color: #c25f4a;
   text-decoration: none;
}

a:hover, a:active {
   color: #9C4836;
   text-decoration: underline;
}

#main {
   margin-left: auto;
   margin-right: auto;
   width: 800px;
   border: none;
   padding: 8px 8px 8px 8px;
   background-color: white;
}

h1 {
   color: #653A33;
   font-size: 22pt;
   font-weight: bold;
   letter-spacing: 3px;
   margin-bottom: 0.5em;
}

h2 {
   color: #653A33;
   font-size: 16pt;
   font-weight: normal;
   letter-spacing: 3px;
   margin-bottom: 0.5em;
}

div.section {
   margin-top: 0.5em;
   margin-left: 20px;
   margin-right: 8px;
   text-align: left;
}

div.publication {
   margin-top: 1.0em;
   margin-bottom: 1.0em;
}


div.talk {
   margin-top: 1.0em;
   margin-bottom: 1.0em;
}

ul {
   margin-top: 0.5em;
}

.center {
   text-align: center;
}