h3{
	color:#344350;
	font-weight: 700;
	text-shadow: 3px 2px #7d94a8;
}

body{
	background-color: #b4cbdf;
	font-size: 150%;
	margin-left: 30px;
	font-family: "Courier New";
}

h1{
	color: #344350;
	text-align: center;
	text-shadow: 3px 2px #7d94a8;
	text-decoration: underline;
}

li, p{
	color: #232c34;
	font-size: 20px;
}

#email {
	text-align: center;
	color: #232c34;
}

.date {
	font-style: italic;
}
a{
	font-size:120%;
	padding:5px 10px 5px 10px;
}

a:link{
	background-color:#344350;
	color:#b4cbdf;
	border: 1px solid #b4cbdf;
	border-radius: 10px;
}

a:visited{
	background-color:#b4cbdf;
	color:#344350;
	border: 1px solid #344350;
	border-radius: 10px;
	text-decoration: none;
}

a:hover{
	background-color:#d0e4f5;
	text-decoration: underline;
}

#caption{
	font-size: 80%;
}

section{
	margin-left: 40%;
}

hr{
	border: 1px solid #344350;
}

footer{
	text-align: center;
	padding-bottom: 30px;
}

input#messageTF{
	padding-bottom: 30px;
	margin-top: 10px;
}

input[type="submit"]:hover{
	color: aliceblue;
	background-color: #344350;
}

input[type="submit"]{
	font-weight: 700;
	text-transform: uppercase;
}

#nameTF, #emailEM, #messageTF{
	font-size: 90%;
}


