body{
	background-color: #ececec;
	font-size: 150%;
	margin-left: 40px;
}
h3{
	color: teal;
}
li, p{
	color: #385170;

}
h1{
	color: #142d4c;
	text-align: center;
}
#email{
	color:#385170;
	text-align: center;
	font-style: italic;
}
.date{
	font-style: italic;
}
a:link{
	color: teal;
	background-color: #385170;
	border: 3px solid teal;
}
a:visited{
	color: #ececec;
	background-color: teal;
	border: 3px solid #385170;
}
a{
	font-size: 120%;
	padding: 5px 20px 5px 20px;
	border-radius: 10px;
}
a:hover{
	background-color: #ececec;
	color: teal;
}
td, th{
	border: 1px solid #385170;
	padding:10px 20px 10px 20px;
	width: 70px;
}
table{
	border-collapse:collapse;
	text-align: left;
	width: 30%;
	table-layout: fixed;
}
tr:nth-child(2), tr:nth-child(3){
	background-color: #F5FFF5;
}
tr:nth-child(4), tr:nth-child(5),tr:nth-child(6){
	background-color: #FEFFFE;
}
hr{
	border: 1px solid #385170;
}
footer{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.portrait{
	border: 10px outset #F5FFF5;
	width: 15%;
	position: absolute;
	top: 2%;
	right: 2%;
}
label{
	color: #385170;
}
#submit{
	margin-top: 5px;
	font-size: 70%;
	background-color: #385170;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	color:teal;
	size: 80%;
	border: 3px solid teal;
	padding-right: 15px;
}
#submit:hover{
	margin-top: 5px;
	font-size: 70%;
	background-color: #ececec;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	color:teal;
	size: 80%;
	border: 3px solid teal;
	padding-right: 15px;
}
#messageT{
	padding: 0px 68px 40px 0px;
	margin-top: 5px;
}