body { font-size: 10pt; font-family: helvetica; line-height: 13pt; height: inherit; }
.yello { font-size: 10pt; font-family: helvetica; }
p { font-size: 10pt; font-family: helvetica; font-style: italic; line-height: 13pt; }
td { }
a:link { color: #000; font-size: 10pt; font-family: helvetica; font-weight: normal; line-height: 12pt; background-color: yellow; text-decoration: none; }
a:visited { color: black; background-color: yellow; text-decoration: none; }
a:hover { background-color: red; cursor: pointer; }
a:active { }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}