body{
	background-color: lightsteelblue;
	font-size: 150%;
	margin-left: 40px;
	font-family: Times New Roman, Serif;
}
h3{
	color: darkblue;
	text-decoration: underline;
}
p, li, label, td, th{
	color: rebeccapurple;
}
h1{
	color:darkblue;
	text-align: center;
	text-decoration: underline;
}
#nameTF{
	margin-bottom: 10px;
	padding: 4px 4px 4px 4px;
	font-size: 95%;
}
#Email{
	color:rebeccapurple;
	padding: 4px 4px 4px 4px;
	margin-bottom: 10px;
	font-size: 95%;
}
#message{
	font-size: 95%;
	padding-right: 65px;
	padding-bottom: 40px;
}
#submit{
	font-size: 95%;
	margin-top: 10px;
}
.date{
	font-style: italic;
}
#portrait{
	position: absolute;
	top: 2%;
	right: 20%;
}

a:link{
	background-color:darkblue;
	color:lightsteelblue;
	border: 1px solid rebeccapurple;
}
a:visited{
	background-color: rebeccapurple;
	color:lightsteelblue;
	border: 1px solid darkblue;

}
a{
	font-size: 120%;
	padding: 5px 20px 5px 20px;
	border-radius: 10px;
}
td, th{
	border: 1px solid darkblue;
	padding: 10px 10px 10px 10px;
	width: 120px;
}
table{
	border-collapse: collapse;
	text-align: center;
	width: 20%;
	margin-left:10%;
}
th{
	background-color: #8c9cb1;
}
tr:nth-child(2), tr:nth-child(3){
	background-color:lightsteelblue;
}
tr:nth-child(4), tr:nth-child(5){
	background-color:#eff3f8;
}

hr{
	border: 1px solid darkblue;
}
footer{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
#form1 input[type="submit"]:hover{
	font-weight: bold;
}	
#submit:hover{
	font-weight: 700;
}	