body{
	background-color: aliceblue;
	font-size: 150%;
	
}
h1{
	color:#00294D;
	text-align: center;
	text-shadow: 3px 3px 6px #00294D;
	font-family: sans-serif;
}

h3{
	color: #00294D;
}

#email{
	text-align: center;
}

li, p{
	color:#444444;
}

.date{
	font-style: italic;
}

section{
	margin-left: 42.5%;

}

footer{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}

hr{
	border: 1px solid #00294D;
}
table{
	border-collapse: collapse;
	width: 30%;
	table-layout: fixed;
	margin-bottom: 20px;
}

td, th{
	border: 2px solid #00294D;
	padding: 10px 20px 10px 20px;
	text-align: center;
	width: 10%;
}

th{
	background-color: #00294D;
	color: white;
}
tr:nth-child(even){
	background-color: white;
}

input[type="email"], input[type="text"]{
	font-size: 70%;
	border: 1.5px solid #00294D;
	margin-bottom: 7px;
	width: 230px;
	height: 30px;
}

textarea{
	width: 300px;
	height:60px;
	font-size: 80%;
	border: 1.5px solid #00294D;
}

input[type='submit']{
	background-color:aliceblue;
	border: 2px solid #00294D;
	border-radius: 5px;
	width: 60px;
	height: 30px;
	font-size: 15px;
}
input[type='submit']:hover{
	background-color: white;

	
}

a{
	font-size:120%;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
}
a:link{
	background-color:#00294D;
	color:aliceblue;
	border:1px solid aliceblue;
}
a:hover{
	background-color:aliceblue;
	color:#00294D;
	border:1px solid #00294D;
}
			

