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

