body{
	text-align: center;
	margin: 0 auto;
	width: 1020px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	max-width: 1020px;
	color: #444;
	background: #f4f4f4
}


table {
  border-color: #f4f4f4;
    margin-bottom: 10px;
    border-width: 4px;
        border-collapse: collapse;
 }
tr, th {
  border-color: #f4f4f4;
 }

 
 


div#page {
	width: 1000px;
	margin: 0 auto;
	background: #fff
}

div#speech {
	padding: 10px 30px;
	margin: 10px 0 20px 0; 
	background: #f4f4f4;
}

.talks dt {
    margin-left: 100;
	font-weight: normal;
}

.talks dd {
	padding-left: 70px;
	padding-top: 5px;
	margin-left: 0;
}
.title {
	font-style: italic;
	margin-bottom: 5px;
}

.abstract {
	padding: 0;
	font-size: 90%;
	text-align: justify;
}

.file {
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 10px;
}
