/* For the main events page and for the input form in the CGI script */
.date {
  color: green;
}
.title {
  font-style: italic;
  margin-left: 1em;
}
.time {
  font-weight: bold;
}
.data {
  color: #841617;
}
/* These are for the brief listing on the home page */
.evdate {
  color: green;
}
.evtitle {
  font-style: italic;
  margin-left: 0;
}
.evtime {
  font-weight: bold;
}
/* For the main events page */
p.oneevent {
  text-indent: -3em;
  margin-left: 3em;
}
/* For the brief listing on the home page */
p.oneeventbr {
  text-indent: 0em;
  margin-left: 0em;
  margin-bottom: 2px;
  margin-top: 2px;
}
