body {
  margin: 0px;
  padding: 3px;
  font-family: Tahoma;
  font-size: 14px;
  color: black;
}

#main {
  width: 800px;
}

#title {
  font-size: 20px;
  font-weight: bolder;
}

.title_event {
  font-weight: bold;
}

.date_event {
  font-weight: bold;
}

.event_line {
  border-top: 1px solid #D0D0D0; 
  height: 8px; 
  margin-top: 10px;
}

#footer {
  font-weight: bold;
}
