body{
  background-image: url('images/background.png');
  background-repeat: repeat;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}
p{
  text-align:justify;
  line-height:20px;
}
h1{
  font-family: Times New Roman, serif;
  font-size: 14px;
}
.menu{
  color: #F7E8B9;
}
.menu a:link, .menu a:hover, .menu a:visited, .menu a:active{
  font-family: Times New Roman, serif;
  font-size: 12px;
  color: #F7E8B9;
  text-decoration:none;
}
img{
  border: 1px solid #000000;
}
.event_title{
  font-weight:bold;
}
.event_date{
  color:#444444;
}