h3,label{
	color:#6495ED;
}

body{
	background-color:#e6ffff;
	font-size: 150%;
	margin-left: 20px;
}

h1{
	color:#6495ED;
	text-align: center;
	text-shadow: 6px 3px 5px grey;
}

li,p{
	color: #333333;
	font-size: 20px;
}
#email{
	text-align: center;
	color: #333333;
}
.date{
	font-style: italic;
	font-weight: 600;
}
a{
	font-size: 120%;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
}
a:link{
	background-color:#6495ED;
	color: #e6ffff;
	border: 1px solid #e6ffff;
}
a:visited{
	background-color: #e6ffff;
	color: #6495ED;
	border: 1px solid #6495ED;
}
a:hover{
	color: aliceblue;
	background-color: #6495ED;
	border: 1px solid #e6ffff;
}
hr{
 	border: 1px solid skyblue;
}
footer{
	text-align: center;
	padding-bottom: 5px;
}
th,td{
	border: 1px solid #6495ED;
	padding: 10px 20px 10px 20px;
	text-align: center;
}
table{
	border-collapse: collapse;
	margin-left: 30px;
	width: 50%;
	table-layout: fixed;

}
th{
	background-color: #dbf2f2;
}
tr:nth-child(4), tr:nth-child(5){
	background-color: #faffff;
}
#message{
	padding: 5px 64.20px 15px 10px;
}






