body {
  
	text-align: center;
}


A.class1:link {text-decoration: none; color: white;}
A.class1:visited {text-decoration: none; color: white;}
A.class1:hover {text-decoration: underline; color: white;}

A.class2:link {text-decoration: none; color: #ffffff;}
A.class2:visited {text-decoration: none; color: #000000;}
A.class2:hover {text-decoration: underline; color: #ffffff;}

A.class3:link {text-decoration: none; color: #A9A9A9;}
A.class3:visited {text-decoration: none; color: #C0C0C0;}
A.class3:hover {text-decoration: underline; color: #000000;}

#homepage{background-color:rgb(51, 102, 0);}
#a_bit_about{background-color:rgb(153, 153, 0);}
#contact{background-color:rgb(0, 102, 0);}
#scores{background-color:rgb(255, 253, 208);}
#videos{background-color:rgb(255, 253, 208);}
#audio{background-color:rgb(255, 253, 208);}

iframe {
  border: 5px solid black;
}

.iframe-container {
    width: 100%;
    text-align: center;
}
.iframe-container iframe {
    margin: 0 auto;
    display: block;
}

h1 {
	font-weight:normal;
	font-family:'Courier New';
	color:#000000;
	font-size: 24px;
}

h2 {
	font-weight:normal;
	font-family:'Courier New';
	color:#000000;
	font-size: 18px;
}

h3 {
	font-weight:normal;
	font-family:'Courier New';
	color:#000000;
	font-size: 22px;
}

h4 {
	font-weight:normal;
	font-family:'Courier New';
	color:#000000;
	font-size: 16px;
}

h6 {
	font-weight:normal;
	font-family:'Courier New';
	color:#000000;
	font-size: 12px;
}

 /* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 32%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
} 
