body{
    background-color: #000000;
    color: #FFFFFF;
}

.PageWrap {
     width: 800px;
     margin: 0 auto;
}

a{
    text-decoration: none;
    color: #cccccc;
}
a:visited{
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: none;
    color: #cc0058;
}

video{
    width:800px;
}