body{
	background-color: lightblue;
	font-size: 150%;
	margin-left: 20px;
	margin-right: 20px;

}

h3{
	color: seagreen;
}

li{
	color: steelblue;
	font-size: 21px;

}
h1{
	color: seagreen;
	text-align: center;
	text-shadow: 3px 2px 3px steelblue;
}
#email{
	text-align: center;
	color: steelblue;
	font-style: italic;
}
.date{
	font-weight: bold;
}
#photo{
	position: auto ;
	margin-left:63%;
	margin-top: -1000px;
}

a{
	font-size: 130%;
	text-align: center;
	padding: 5px 20px 5px 20px;
	border-radius: 15px;
}
a:link{
	color:  seagreen;

	background-color: azure;
	border: 1px solid seagreen;

}
a:visited{
	color:  azure;
	background-color: seagreen;
	border: 4px solid azure;
}
td,th{
	border-style: solid;
	padding: 10px 5px 10px 5px;
	width: 75px;
	text-align: center;
}
table{
	border-collapse: collapse;
	color: steelblue;
	width: 20%;
	table-layout:fixed;
}
tr:nth-child(odd){
	background-color: darkblue;
}
hr{
	border: 1px solid steelblue;
}
footer{
	padding-top: 20px;
	text-align: center;
	padding-bottom: 15px;
}
a:hover{
	background-color: white;
	color: seagreen;

}
input, label{
	margin-top: 20px;
}
label{
	color: seagreen;
	font-weight: 700;
}
input{
	border:2px solid seagreen;
}
#message[type=text]{
	text-align: ;
	width: 220px;
	height: 50px;
}
