body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: arial,sans-serif;
  font-size: 0.8em;
}

body * {
  font-size: 100.1%;
}

body .clearer {
  clear: both;
}

#page {
  position: relative;
  display: block;
  width: 500px;
  text-align: left;
}


#content {
  position: relative;
  margin: 0 0 0 0;
  padding: 10px;
}

*:first-child+html #content {
  overflow: hidden;
}

#content h1 {
  font-weight: bold;
  font-size: 1.5em;
}

* html #content h1 {
  height: 1%;
}

#content h2 {
  font-weight: bold;
  font-size: 1.2em;
  background-color: #eeeeee;
}

* html #content h2 {
  height: 1%;
}
       
dl.eventdata {
overflow:hidden;
position:relative;
}
       
dl.eventdata dt {
clear:left;
display:block;
float:left;
font-weight:bold;
text-align:right;
width:25%;
}

dl.eventdata dd {
display:block;
float:left;
text-align:left;
width: 65%;
}

