h3{
	color: palevioletred;
}
li, p{
	color: #444444;
}
body{
	background-color: lavenderblush;
	font-size: 125%;
	margin-left: 3%;
}
h1{
	color: palevioletred;
	text-align: center;
	font-family: serif;
}
#email{
	text-align: center;
	color: #444444;
	margin-top: -20px;
}
.date{
	font-style: italic;
	font-weight: 600;
}
a{
	font-size: 120%;
	padding: 5px 15px 5px 15px;
	border-radius: 10px;
}
a:link{
	background-color: palevioletred;
	color: lavenderblush;
	border: 1px solid lavenderblush;
}

a:visited{
	background-color: lavenderblush;
	color: palevioletred;
	border: 1px solid palevioletred;
}
section{
	margin-left: 20%;
}
hr{
	border: 1px solid palevioletred;
}
footer{
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
th, td{
	border: 2px solid palevioletred;
	padding: 10px 60px 10px 60px;
	text-align: center;
}
table{
	border-collapse: collapse;
	table-layout: fixed;
}
th{
	background-color: #cfa0b0;
	color: #444444;
}
tr:nth-child(2), tr:nth-child(3){
	background-color: #e3c5cf;
	color: #444444;
}
tr:nth-child(4), tr:nth-child(5){
	background-color: #edd4dc;
	color: #444444;
}
#me{
	width: 16%;
	margin-left: 42%;
}
form{
	color: #444444;
}
#form1 input{
	color: #444444;
}
input[type="submit"]{
	color: #444444;
	font-weight: bold;
	font-family: "Times New Roman";
	background-color: white;
	border-radius: 3px;
	border: 2px solid #444444;
}
input[type="submit"]:hover{
	background-color: palevioletred;
	color: white;
	border-radius: 3px;
}
#button1:hover{
	background-color: white;
	color: palevioletred;
	border: 2px solid palevioletred;
}
#button2:hover{
	background-color: white;
	color: palevioletred;
	border: 2px solid palevioletred;
}#button3:hover{
	background-color: white;
	color: palevioletred;
	border: 2px solid palevioletred;
}
#button1:active{
	background-color: lavenderblush;
	color: palevioletred;
	border: 2px solid palevioletred;
}
#button2:active{
	background-color: lavenderblush;
	color: palevioletred;
	border: 2px solid palevioletred;
}#button3:active{
	background-color: lavenderblush;
	color: palevioletred;
	border: 2px solid palevioletred;
}
button{
	padding: 8px 18px 8px 18px;
	color: palevioletred;
	font-family: "Times New Roman";
	font-size: 100%;
	background-color: white;
	border: 1px solid palevioletred;
	border-radius: 10px;
	font-weight: 700;
	text-decoration: underline;
}
button:hover{
	padding: 7px 15 7px 15;
	color: palevioletred;
	font-family: "Times New Roman";
	font-size: 90%;
	background-color: lavenderblush;
	border: 2px solid palevioletred;
	border-radius: 10px;
	font-weight: 700;
}
button:active{
	padding: 7px 15 7px 15;
	color: lavenderblush;
	font-family: "Times New Roman";
	font-size: 90%;
	background-color: palevioletred;
	border: 2px solid palevioletred;
	border-radius: 10px;
	font-weight: 700;
}
label,input{
	padding: 7px 1px 7px 1px;
}
input,textarea{
	font-size: 100%;
	font-family: "Times New Roman";
	margin-bottom: 10px;
}









