	body {
		font-family: Courier; 
      background-image: url("https://fluxfest.org/backgroundX.jpg");
  		background-color: #ffffff;
      margin: 0;
  }		

big {
    font-size: 60px;
    font-family: Courier; 
  }


a:link {
      text-decoration: none;
  }

 
 #vid {
border: 2px solid #000000;
box-sizing: border-box;
}

.myTableBg3 { 
  width:100%;
  min-width: 1100px;
  min-height:1394px;
  text-align: center;
  background-image:url('BigBlueOval.png');
  background-repeat: no-repeat;
  background-position: center center;
  border:none;
  }


.myTableBg2 { 
  width:100%;
  min-width: 1250px;
  min-height:1250px;
  text-align: center;
  background-image:url('BigDiamondblackbordertrump.png');
  background-repeat: no-repeat;
  background-position: center top;
  border:none;
  }


.myTableBg4 { 
  width:100%;
  min-width: 1100px;
  min-height:865px;
  text-align: center;
  background-image:url('mapleleaf2200x865.png');
  background-repeat: no-repeat;
  background-position: center top;
  border:none;
  }


.myTableBg5 { 
  width:100%;
  min-width: 1000px;
  min-height:1323px;
  text-align: center;
  background-image:url('CelticCrossBG1000.webp');
  background-repeat: no-repeat;
  background-position: center top;
  border:none;
  }


.myTableBg6 { 
  width:100%;
  min-width: 1527px;
  min-height:1148px;
  text-align: center;
  background-image:url('2011NYC.webp');
  background-repeat: no-repeat;
  background-position: center top;
  border:none;
  }

p {
    font-size: 30px;
    font-family: Courier; 
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  border:0px solid black;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  margin-bottom: 2px;
  background-color: #10d3d5;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


<!-- 
header{
		background-color: rgba(102,153,102,.75);
}
nav{
		background-color: rgba(102,102,51,.2);
		display: inline-block;
		padding: 10px; 
}
h1{
		text-align: center;
		color: rgb(102,102,51);
		font-size: 300%;
		text-transform: uppercase;
}
h2{
		color: rgb(102,102,51);
		font-size: 200%;      
      text-transform: uppercase;
}
section{
		background-color: rgba(102,102,51,.5);
}

aside{
		display: none;
}
 -->