h3{
	color:deeppink;
}

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

h1{
	color: coral;
	text-align: center;
}

h2{
	color: deeppink;
	text-align: center;
}

li, a, p, h1{
	color: deeppink;
}
#email{
	text-align: center;
	color: palevioletred;
}
.date{
	font-style:italic;
	font-weight: 600 ;
}
a{
	font-size:120%;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
}

a:link{
	background-color: papayawhip;
	color: coral;
	border: 1px solid coral;
}
a:visited{
	background-color: skyblue;
	color: deeppink;
	border: 1px solid skyblue;
}
hr{
	border: 1px solid skyblue;
}
body{
	background-color: mistyrose;
}
th,td{
	border: 1px solid deeppink;
	padding: 10px 20px 10px 20px;
	text-align: center;
	width: 100px;
}
table{
	border-collapse: collapse;
	color: deeppink;
	margin-left: 25%;
	width:50%;
	table-layout: fixed;
}
th{
	background-color: #DEC6C4;
}
tr:nth-child(4), tr:nth-child(5){
	background-color: #FFF4F3;
}