body {
  font-size: 12px; 
  color: black; 
  font-family: arial, sans-serif; 
  background: #000000  url("/theme/images/background.jpg") no-repeat fixed; 
}

A:LINK {COLOR: blue; TEXT-DECORATION:none;}
A:VISITED {COLOR: blue; TEXT-DECORATION:none;}
A:Active {COLOR: blue; TEXT-DECORATION:underline;} 
A:HOVER {COLOR: blue; TEXT-DECORATION:underline;}

a img {
  border: 0px;
}

table {
 font-size: 1em;
}

.speakerlayout {
 float: left;
 width: 475px;
 border-top: 1px #cccccc dashed;
 padding-top: 10px;
 padding-bottom: 10px;
}

.workshopdivider {
  padding-top: 1em;
  border-top: 1px #cccccc dashed;
}