body { 

background: #333333 url(images/GrungeBlackBG.jpg) fixed center top; 
font-family:  "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace; 
font-size: 12px; 
color: #999999;
margin: 0px;
}

a { font-family: "Times New Roman, Times"; color: #0099ff;  text-decoration: none}

a:hover { font-family:"Times New Roman, Times";  color: #ffffff; text-decoration: underline }

h1 { font-family: "Times New Roman, Times"; font-size: 85px; color: #cccccc}
h2 { font-family: "Times New Roman, Times"; font-size: 50px; color: #cccccc}
h3 { font-family: "Times New Roman, Times"; font-size: 22px; color: #efefef}

hr{ color:black; noshade; width:100%; height:1px; } 

table {
font-family:"Times New Roman, Times";
line-height:20px;
font-size: 20px;
color: #999999;
text-align: justify;
background-color:#000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin: 0 auto;
}

.note {
font-family: "Times New Roman, Times";
font-size: 15px;
color: #efefef;
}
.header {
font-family: "Times New Roman, Times";
font-size: 18px;
color: #660000;
font-weight: bold;
}
.subheader {
font-family: "Times New Roman, Times";
font-size: 11px;
font-style: italic;
font-weight: bold;
color: #838015;
}

.menu {
font-family: Verdana, Arial, Tahoma;
font-size: 11px;
font-weight: bold;
color: #000000;
}

.style3 {
font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter;
font-size: 16px;
color: #fff;
}
.style4 {
font-family: Verdana, Arial, Tahoma;
font-size: 13px;
color: #000000;
font-weight: bold;
}
.style5 {
font-family: "Times New Roman, Times";
font-size: 25px;
color: #ffffff;
font-weight: bold;
}

.welcome_vid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: auto;
}

.video-container {
  position: relative;
  width: 100%;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 99%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  color: #fff;
  font-size: 40px;
  line-height:40px;
}
.semi-transparent {
  color: rgba(255, 255, 255, 0.5); /* set the alpha value to 0.5 */
}





