span.nounderline {
   text-decoration: none;
}
span.nounderline A:link {
   text-decoration: none;
}
span.nounderline A:visited {
   text-decoration: none;
}
span.nounderline A:hover {
   text-decoration: none;
}
span.nounderline A:active {
   text-decoration: none;
}
span.cellpadding {
   padding: 5;
}
span.floatleft {
   float: left;
}
span.floatright {
   float: right;
}

