body { background-color: #000033; width: 96%; }

p, label { color: #FFFF00; font-family: "Gill Sans MT", Georgia, "Times New Roman", Times, serif; font-size: 100%; margin-top: 0px; }

a:link {  color: #FFFF00; text-decoration: none; }

a:hover {  color: #000000; }

<!-- a:visited {  color: #000030; } -->

.container { width: 100%; }

.menu { display: inline-block; margin: 5px 0px 5px 0px; padding: 1px; width: 145px; background-color: #D75300; color: #000030; border-radius: 10px; font-family: "Goudy Old Style", Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 120%; text-align: center; }

.title1, .title2 { font-family: "Goudy Old Style", Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 250%; margin-top: 0; margin-bottom: 0; }

.title1 { color: #FFFF00; }

.title2 { color: #D75300; }

.image {margin-top: 5px; }

.caption { color: #00FFFF; margin-top: 0px; }

.td25 { width: 25%; }

.td75 { width: 75%; }

.tdvt { vertical-align: top; }

.tdvb { vertical-align: bottom; }

.youtube {
    position: relative;
    padding-bottom: 75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}