h2           { font-family: Verdana; color: #333333 }
h3           { color: #CC9900; font-family: Verdana }
h4           { font-family: Verdana}
body         { font-family: Verdana }
a:link       { color: #0044CC; font-weight: bold}
a:visited    { color: #0044CC; font-weight: bold}
a:hover {color: #800080; font-weight: bold}
img {
width: auto;
height: auto;
  max-width: 100%
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}