body {
	background: transparent;

}



h1 {


	font-family: "Arial Black", Gadget, Arial;
	font-size:3em;
	font-weight: bold;
	color: black;
	text-align:left;
  
   -webkit-text-fill-color: white; /* Will override color (regardless of order) */
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;


}

h2 {
	font-family: "Arial Black", Gadget, Arial;
	font-size: 1.9em;
 	font-weight: bold;

}
h3 {
	font-family: "Arial Black", Gadget, Arial;
	font-size: 1.2em;
 	font-weight: bold;

}



p {
	font-family: Arial;
	font-size: 0.8em;

}


.squadheader {
  background-color: #aaaaaa;
  color: black;
  padding: 2px;
  border: none;
  text-align: center;
  outline: none;
  width: 100%;
  font-size: 10px;

}
.teamheader {
  background-color: #ff0000;
  color: white;
  padding: 5px;
  border: none;
  text-align: center;
  outline: none;
  width: 100%;
  font-size: 15px;
}
.teamcoach {
  background-color: #ffffff;
  color: black;
  padding: 5px;
  border: none;
  text-align: left;
  width: 100%;
  outline: none;
  font-size: 15px;
}
.teamcoachw {
  background-color: #fafafa;
  color: black;
  padding: 5px;
  border: none;
  text-align: left;
  width: 100%;
  outline: none;
  font-size: 15px;
}
.teamcoachg {
  background-color: #dddddd;
  color: black;
  padding: 5px;
  border: none;
  text-align: left;
  width: 100%;
  outline: none;
  font-size: 15px;
}
.coheader {
  background-color: #ff0000;
  color: white;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.coback {
  background-color: #dddddd;
  color: black;
  padding: 5px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.collapsible {
  background-color: #dddddd;
  color: black;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #777;
  color: white;
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f5f5f5;
}
a:link {color: black;text-decoration: none;}
a:visited {color: black;text-decoration: none;}
a:hover {color: red;text-decoration: none;}



