﻿
.Vetites a:link
{
  color: #222222;
  text-decoration: none;
}
.Vetites a:visited
{
  color: #222222;
  text-decoration: none;
}
.Vetites a:hover
{
  color: #ffffff;
  text-decoration: none;
}
.Vetites a:active
{
  color: #222222;
  text-decoration: none;
}
.FilmTitle
{
  color: #ffffff;
  background-color: #666666;
  padding: 10px;
}
.Label
{
  color: #333333;
  text-align: right;
  width: 25%;
  vertical-align: top;
  padding: 5px;
}
.Data
{
  background-color: #ffffff;
  color: #666666;
  width: 75%;
  padding: 5px;
}
