body {
  color: #000;
  background:#FFF;
  margin-top: 1em;
  margin-left: 3em;
  margin-right: 3em;
  padding: 0px;
}

p.header  {
  font-size: small;
  color: #888888;
  font-style: italic;
  text-align: right;
  margin-left: 5%;
}

p.header a.cursor {
  text-decoration: none;
}

p.header a:link.cursor {
  color: #888888;
}

p.header a:visited.cursor {
  color: #888888;
}

p.header a:hover.cursor {
  color: #ff0000;
  text-decoration: underline;
}

h4 {
  background-color: red;
  color: white;
  padding: 0.2em;
}

div.video {
  font-size: 80%;
  float: left;
  width: 160px;
  height: 195px;
  margin-right: 10px;
}

div.video img.video-thumbnail {
  text-align: center;
  width: 120px;
  height: 90px;
  border-style: none;
  padding: 1px;
}

div.video a.cursor {
  text-decoration: none;
}

div.video a:hover.cursor {
  text-decoration: underline;
}