h3{
	color: #1f4c30;
}
body{
	background-color: mintcream;
	font-size:150%;
	margin-left:30px;
}
h1{
	color: #1f4c30;
	text-align: center;
}
li,p{
	color: #444444;
	
}
#email{
	text-align: center;
	color:#333333;
}
.date{
	font-style: italic;
	font-weight: 600;
}
a{
	padding: 5px 10px 5px 10px;
	border-radius: 30px;
	font-size:120%;
}
a:link{
	background-color: #aliceblue;
	color:mintcream;
	border: 1px solid mintcream;
	color: darkblue;
	border: 1px solid #1f4c30;
}
a: visited{
	background-color:aliceblue;
	color: darkblue;
	border: 1px solid #1f4c30;
}
a:hover{
	background-color: aliceblue;
}
section{
	margin-left:20%;
}
footer{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
th, td{
	border: 1px solid red;
	padding: 10px;
	text-align: center;
}

th{
	background-color: #aliceblue;
	color: #darkblue;
}

table{
	border-collapse: collapse;
	width: 50%;
	table-layout: fixed;
}

tr:nth-child(2){
	background-color: aliceblue;
	color: darkblue;
}

tr:nth-child(3){
	background-color: aliceblue;
	color: darkblue;
}

tr:nth-child(4){
	background-color: aliceblue;
	color: darkblue;
}

#netball{
	margin-left: 0%;
}
#messageTF{
	padding-bottom: 20px;
	width: 12.2%;
}

#submit{
	background-color: darkgray;
}
#submit:hover{
	background-color: lightgray;
}