body{
	background-color:mintcream;
	font-size:140%;
	margin-left: 20px;
	margin-right: 20px;
}

h2{
	color:midnightblue;
}

li{
	color:black;
}

h1{
	color:midnightblue;
	text-align:center;
}

#email{
	color:#002D62;
	text-align:center;
	font-style:italic;
}

.date{
	font-weight:bold;
}

#right{
	position:auto;
	margin-left:70%;
	margin-top:-8%;
}

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

a{
	font-size:130%;
	text-align:center;
	padding:5px 20px 5px 20px;
	text-decoration: none;
	display: inline-block;
	border-radius:10px;
	width:200px;
	height:40px;
}

a:link{
	color:#002D62;
	background-color:white;
	border:2px solid #002D62;
}

a:visited{
	color:white;
	background-color:#002D62;
	border:2px solid white;
}

a:hover{
	background-color:#D3D3D3;
	color:#002D62;
	border:2px solid #002D62;
}

a:active{
	transform:scale(0.95);
}

.photo{
	margin-left:39%;
	margin-right:50%;
}

td, th{
	border-style:solid;
	text-align:center;
	border:3px solid black;
	padding:10px 5px 10px 5px;
	width:20%;
}

th{
	background-color: midnightblue;
	color:white;
}

table{
	border-collapse:collapse;
}

tr:nth-child(8){
	background-color:white;
}

tr:nth-child(9){
	background-color:white;
}

tr:nth-child(10){
	background-color:white;
}

hr{
	border:1px solid midnightblue;
}

input[type="text"]{
	border:3px solid midnightblue;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
}
input[type="submit"]{
	border:2px solid midnightblue;
	background-color:#002D62;
	color:white;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
	border-radius:5px;
}

input[type="submit"]:hover{
	background-color:white;
	color:#002D62;
	transform:scale(1.05);
}

#message{
	width:18.5%;
	height:2%;
	padding-bottom:100px;
}
