﻿body 
{
  padding : 0;
  margin : 0;
  background-color : Black;
  font-family : Arial;
  font-size : 11px;
  color : White;
}

.videoPanel
{
  width: 340px;
  height : 260px;
  background-color : Black;
  color : White;
  
}

.videoPad
{
  text-align : left;
  padding-left : 20px;
  padding-top : 20px;
}

.closeBtn
{
  padding-right : 20px;
  padding-top : 10px;
  text-align : right;
}

a:link     { color: White; font-weight:bold; text-decoration: none }
a:visited  { color: White; font-weight:bold; text-decoration: none }
a:active   { color: White; font-weight:bold; text-decoration: none }
a:hover    { color: White; font-weight:bold; text-decoration: underline }
