body{
	background-color: #24A0ED;
	font-size: 150%;
	margin-left: 40px;
}
h3{
	color:midnightblue;
}
li,p{
	color: darkblue;
}
h1{
	color: #011FFF ;
	text-align: center;
}
#email{
	color: #333333;
	text-align: center;
	font-style: italic;
}
.date{
	font-style: italic;
}
#image{
	position: absolute;
	top: 2%;
	right: 2%;
	border: 8px solid midnightblue;
}
a:link{
	background-color: SlateBlue;
	color: darkblue;
	border: 1px solid darkblue;
}
a:visited{
	background-color: SlateBlue;
	color: coral;
	border: 1px solid coral;
}
a:hover{
	color: coral;
}
a{
	font-size: 120%;
	padding: 5px 20px 5px 20px;
	border-radius: 10px;
}
footer{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
section{
	margin-left: 20%;
}
td, th{
	border: 2px solid midnightblue;
	padding: 5px 10px 5px 10px;
	width: 125px;
}
table{
	border-collapse: collapse;
	text-align: center;
	color: midnightblue;

}
tr:nth-child(odd){
	background-color: slateblue;
}
tr:nth-child(even){
	background-color: coral;
}
hr{
	border: 1px solid midnightblue;
}
#message{
	padding: 0px 75px 10px 0px;
}

#submit{
	font-size: 120%;
	padding: 5px 20px 5px 20px;
	border-radius: 10px;
	background-color: SlateBlue;
	color: darkblue;
	border: 1px solid darkblue;
}
#submit:hover{
	color: coral;
}