BODY {
  background-color: FFFFFF;
}

BODY, TD {
  font-family : Verdana, Arial, sans-serif ;
  font-size : 9pt;
}

A {
  text-decoration: none;
  color: blue;
}

A:Hover {
  text-decoration: underline;
  color: red;
}

.title {
  font-size: 12pt;
  font-weight: bold;
}

.caption{
  font-size: 8pt;
  font-weight: bold;
}

.links {
  font-size: 8pt;
}

.pastevents{
  background-color: #DDDDAA;
}

.thumbnails{
  background-color: #DDDDAA;
  padding: 10px;
}


.section H1 {
  font-size: 12pt;
  font-weight: bold;
}

H1 a {
  color: black;
}