h3{
	color: #1f4c30;
}

body{
	background-color:lightblue;
	font-size: 150%;
	margin-left:30px;
}

h1{
	text-align: center;
}
li, p{
	color: #444444;
}
#email{
	text-align: center;
	color: #333333;
}
.date{
	font-style: italic;
}
a{
	font-size:120%;
	padding:5px 10px 5px 10px;
	border-radius: 10px;
}
a:link{
	background-color:darkcyan;
	color:lightskyblue;
	border: 1px solid #1f4c30; 
}
a:visited{
	background-color:lightblue;
	color: #1f4c30;
	border: 1px solid #1f4c30;
}
section{
	margin-left: 20%;
}
hr{
	border:1px solid #1f4c30;
}
th, td{
	border:1px solid maroon;
	padding: 10px 20px 10px 20px;
	text-align: center;
}
table{
	border-collapse: collapse;
	width:50%;
	table-layout: fixed;
}
th{
	background-color: #00FFFF;
}
tr:nth-child(3), tr:nth-child(5){
	background-color: #00FFFF;
}

footer{
	text-align: center;
}

#messageTF2{
	width: 257px;
	padding-bottom: 30px;
}