/* tags */

body{
  font-family:Arial, Helvetica, sans-serif;
}

a{
  color:#231f20;
  outline:none;
  text-decoration:none;
}

a:hover{
  color:#7f9329;
  text-decoration:underline;
}

/* classes */

.BottomLinks{
  text-align:center;
  font-size:12px;
}

.EventContent{
  padding-bottom:10px;
  padding-top:10px;
}

.EventDays{
  text-align:center;
  font-size:12px;
}

.EventLink{
  font-style:italic;
}

.EventTime{
  font-weight:700;
  width:100px;
}

.EventTitle{
  font-weight:700;
}

.hr{
  background:url(images/hr.gif) no-repeat center center;
  height:50px;
  width:100%;
}