html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	text-align: center;
}
.contentContainer {
  display: table;
  width: 100%;
  height: 80%;
}
.content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#vispoLogo {
	position: fixed;
	right: 5px;
	bottom: 5px;
}
video {
	border:none;
}
H3  {
	font-size : 125%;
	font-family : Arial;
	color : #800000;
	text-decoration : none;
}
H4  {
	font-size : 10pt;
	font-family : Arial;
	color : #800000;
	text-decoration : none;
}

P  {
	font-family : Arial;
	font-size : 10pt;
	color : Silver;
	text-decoration : none;
}

P.blue  {
	color : #1103C0;
}

P.silver  {
	color : #C0C0C0;
}

A  {
	font-family : Arial;
	text-decoration : none;
	color : Silver;
	font-size : 100%;
}

A:Visited  {
	color : Gray;
	text-decoration : none;
}

A:Active  {
	color : Blue;
	text-decoration : none;
}

A:Hover  {
	color : Black;
	text-decoration : none;
}
#titleAndControls {
	width:200px;
	padding-left:15px;
}
video:focus {
	outline: none;
}