BODY
{
 width: 250px;
 margin:0;
 padding: 0;
 background-color: #E0E0E0;
}



TABLE.videothumbnails
{
  width: 250px;
  margin: 0;
  padding: 0px;
  font-size: 10pt;
  font-weight: bold;
  font-family: Arial, helvetica, Sans Serif;  
  border-collapse: collapse;
}


TABLE.videothumbnails TD
{
  margin-left: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

TABLE.videothumbnails IMG
{
  vertical-align: top;
  cursor: hand;
  cursor: pointer;
}

TABLE.videothumbnails A:hover
{
  text-decoration: none;
}


