.yt{
  border: 1px;
  width:80px;
  height:45px;
  border: thin silver solid;
  margin: 0.2em;
  padding: 0.2em;
}

a:link {
  color: #0000cc;
  //font-size:10px;
  text-decoration:none;
  font-weight:bold;
}

a:active {
  color: #cc0000;
  //font-size:10px;
  text-decoration:none;
  font-weight:bold;
}

a:visited {
  color: #551a8b;
  //font-size:10px;
  text-decoration:none;
  font-weight:bold;
}

h1 {
  font-size: x-large;
  margin-top: 0px;
  margin-bottom: 5px;
}

/* "Selected" links */

p.videoDescription {
  font-size: small;
  margin: 0;
  padding: 0;
}


#titleBar {
  border: 1px solid silver;
  background-color: #e5ecf9;
  font-size: large;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-bottom: 1px;
}

#titleText {
  float: left;
}

#searchBox {
  float: right;
}

#searchResults {
  width: 100%;
}

#searchResultsListColumn {
  float: left;
  width: 34%;
}

#searchResultsVideoColumn {
  float: right;
  width: 60%;
}

