﻿body 
{
   background-color:Black
}

a:link
{
    color:white;
    text-decoration:none;
}

a:active
{
    color:white;
    text-decoration:none;
}

a:visited
{
    color:white;
    text-decoration:none;
}

a:hover
{
    color:Gray;
    text-decoration:none;
}

.videoSpan
{
    position:absolute;
    top:35px;
    left:20px;
    z-index:5;
    font-size:small;
    color:#430a1f;
    text-align:center;
    vertical-align:middle;
    width:950px;
    height:520px;
    border-style:none;
    border-color:White;
    border-width:3px;
}
