#videoframe {
  min-width: 10px;
  min-height: 10px;
  padding: 3px 3px 3px 3px;
  float: left;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 3px 3px;
  background-size: 100%;
}
#videoframe:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #ff6600;
  padding: 2px 2px 2px 2px;
  background-position: 2px 2px;
}
#videoframe a {
  text-decoration: none;
}
#videoframe a:hover { 
  text-decoration: none;
}
#videotitle {
  width: 100%;
  min-height: 10px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 12px;
  padding-top: 2px;
  padding-bottom: 6px;
  color: #0033CC;
  text-decoration: none;
}
#videotitle a {
  text-decoration: none;
  outline: 0
}
#videotitle a:hover {
  text-decoration: underline
}