html, body {
    height: 100%;
}
body {
    margin: 0;
}
p {
    margin:0;
    padding:0;
}
.main {
    display: table;
    height: 100%;
    width: 100%;
}
.left, .middle, .right {
    display: table-cell;
}
a:hover {
	color: #3007F5;
	background-color: #FFFEFD;
	text-decoration: none;
}
.topper {
	background-image: url(../images/Footballback2.jpg);
	border-bottom: 1px solid #000000;
	background-size: 100% auto;
	width: 100%;
	padding-top: 20px;
	line-height: 30px;
	text-align: center;
}
.style1 {
	color: #000000;
	font-size: 55px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px 3px #A4A4A4;
	height: 0%;
	clear: none;
}
.style2 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #000000;
	text-align: center;
	text-shadow: 1px 1px 0px #000;
	font-style: normal;
	font-weight: 400;
}
.style3 {
	font-size: 18px;
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: 400;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 30px;
}
.style4 {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: center;
	text-shadow: 2px 2px 3px #A4A4A4;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
}
.style5 {
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	padding-left: 20px;
	text-shadow: 2px 2px 3px #000000;
}
.style6 {
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 2em;
	color: #000000
}
.style7 {
	color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 130%;
	line-height: 2em;
	text-decoration: none;
	font-weight: 600;
	padding-left: 20px;
	text-align: center;
}
.container {
	width: 100%;
	height: 100%;
	background-color: #FFFEFD;
	padding: 0px;
}
.button {
	background-color: #82D2B5;
	border: none;
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	margin: 4px 2px;
	cursor: pointer;
	width: 440px;
	border-radius: 10px;
	height: 40px;
	padding-top: 0px;
}
.button:hover {
    background-color: #4CAF50;
    color: #000000;
}
.newbutton {
	display: inline-block;
	width: 143px;
	height: 50px;
	text-align: center;
	text-decoration: none;
}


.left {
	background-color: #EDECEC;
	width: 27%;
}
.middle {
	border-left: thin solid #000000;
	border-right: thin solid #000000;
	width: 46%;
	padding-top: 15px;
	margin-bottom: 50px;
}

.right {
	width: 27%;
	background-color: #EDECEC;
}
.no {
	font-weight: bold;
	font-size: 17pt;
	font-family: Arial;
	text-decoration: none;
	background-color: #82D2B5;
	text-align: center;
	display: inline-block;
	padding-top: 0px;
	width: 51%;
	height: 50px;
	color: #FFFEFD;
	border-radius: 12px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
.no:hover {
    background-color: #4CAF50;
    color: white;
}
.main .column.middle .style8 {
	font-size: 20pt;
	text-align: center;
	padding-bottom: 11px;
	border-bottom-style: solid;
}
.main .column.middle .style9 {
	font-size: 19pt;
	text-align: center;
	padding-bottom: 22px;
	padding-top: 21px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
	height: 100 px;
}