
h1,h3{
	text-shadow:3px 2px 3px lightgray;
	font-family: serif;
	font-weight: 900;
}

li,p{
	color:palevioletred;
}
body{
	background-color:lavenderblush;
	font-size:150%;
	margin-left:20px;
	font-family:serif;
}
h3{
	color:darkred;
	padding-top:2px;
}

h1,h2{
	color:maroon;
	margin-left:20px;
}

#email{
	margin-left:20px;
	color:darkred;

}

.date{
	font-style:italic;
	font-weight:900;
}

a{
	font-size:120%;
	padding:10px 15px 5px 15px;
	border-radius:10px;
}

a:link{
	background-color:maroon;
	color:white;
	border:5px solid white;
}

a:visited{
	background-color:white;
	color:maroon;
	border:5px solid maroon;
}

a:hover{
	color:palevioletred;
}

title{
	padding-bottom: 2px;
}

section{
	margin-left:10%;
}

hr{
	border:1px solid maroon;
	margin-top: 50px;

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

}

th, td{
	border:1px solid maroon;
	padding:10px 20px 10px 20px;
	text-align:center;
	width:300px;
	table-layout:fixed;
}


table{
	border-collapse:collapse;
	margin-left:2.5%;
	color: maroon;
}

th{
	background-color: #f3ceda;
	font-weight:900;
}

tr:nth-child(2), tr:nth-child(4){
	background-color: lavenderblush;
;
}

tr:nth-child(3),tr:nth-child(5){
	background-color: #f3ceda;
}

label{
	color:palevioletred;
}

input{
	color:maroon;
}

#sb{
	background-color: #f3ceda;
	margin-top: 20px;
	padding:5px 10px 5px 10px;
	font-size: 20px;
	font-family: "times new roman";
	border-radius: 3px;
	border: 1px solid maroon;
}

#MESSAGE{
	margin-top: 10px;
	padding: 5px 10px 20px 10px;
	width:232px;
	border-radius: 3px;
	border: 1px solid maroon;
}

#emailTF{
	margin-top: 20px;
	width: 170px;
	padding: 5px 5px 5px 5px;
	border-radius: 3px;
	border: 1px solid maroon;
}

#cityTF{
	margin-top:10px;
	width: 170px;
	padding: 5px 5px 5px 5px;
	border-radius: 3px;
	border: 1px solid maroon;
}