html 
{
   background-color:#28439B;
}
body 
{
   margin: 0 !important;
   padding: 0 !important;
   min-width: 500px;
   font-family: Arial, Helvetica, sans-serif;
}
.vst-page-header {
   max-width: 1100px;
   margin-top: 20px;
   margin-bottom: auto;
   margin-left: auto;
   margin-right: auto;
   color: #000;
   vertical-align: middle;
   position: relative; 
   height: 0px;
   border-bottom: 64px solid #E5B628; 
   border-right: 64px solid transparent; 
   border-left: 64px solid transparent;
}
h1 
{
   text-align: center;
   margin-bottom: 0px;
}
h2 
{
   text-align: center;
   margin-bottom: 0px;
}
h3 
{
   text-align: center;
   margin-bottom: 0px;
}
h4 
{
   text-align: center;
   margin-top: 0px;
}

.vst-page-header span {
   text-align: center;
   display: block;
   padding-left:5px;
   margin:0px;
}
.vst-page-header a { color: #1C3180; }

p
{
   color: white;
   display: block;
   margin-top: 0em;
   margin-bottom: 0em;
   margin-left: 0;
   margin-right: 0;
   text-align: center;
}

.Content-Box {
	max-width:1200px;
	margin:20px auto 20px auto;
	padding:20px;
	background-color:white;
	border-color:#E5B628;
	border-style:solid;
	border-width:10px;
}
.Content-Box h1 {
	margin:0px;
}
.Content-Box h2 {
        margin-top: 0px;
	margin-bottom:0px;
        text-align: center;
}
.Content-Box p {
	margin:0px;
}
.Content-Box .Page-Center {
	text-align:center
}
.Content-Box .Table-Center-Posters {
	margin-left: auto;
	margin-right: auto;
        width: 90%;
}
.Content-Box .Table-Center-Posters > tbody > tr >  td {
        text-align: center;
}
.Content-Box .Table-Center-Live {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
}
.Content-Box .Table-Center-Posters > tbody > tr:first-child {
   background-color: #a4f0a4;
}
.Content-Box .Table-Center-Posters > tbody > tr:nth-child(n+2):hover {
   background-color: #4fe34f;
   color: black;
}
.Content-Box .Table-Center-Live > tbody > tr > td {
        text-align: center;
}
.Content-Box .Table-Center-Videos {
        margin-left: auto;
        margin-right: auto;
        width: 99%;
}
.Content-Box .Table-Center-Videos > tbody > tr >  td {
        text-align: center;
}
.Content-Box .table-caption-align-left {
	text-align: left;
}
.vst-credits-footer a.nav:link {
        color: yellow;
       }

.vst-credits-footer a.nav:visited {
           color: yellow;
          }

.vst-credits-footer a.nav:hover {
         color: white;
        }

.vst-credits-footer p {
   text-align: center;
   color: white;
   display: block;
   margin-top: 0em;
   margin-bottom: 0em;
   margin-left: 0;
   margin-right: 0;
  }
