table{
	margin-left: 450px;
	border-collapse: collapse;
	table-layout: fixed;
	width: 800px;
}
th,td{
	border:2px solid black;
	padding:10px 20px 10px 20px;
	text-align:center;
	background-color: #d5ded9;
}
body{
	font-size: 20px;
}
h3{
	text-align: center;
	color: #1f4c30;
}
a{
	text-decoration: none;
	color: #1f4c30;
}
a:hover{
	color: #fbab1a;
}
td:hover{
	background-color: #f0e2d1;
}
th{
	color: #08401d;
}
th:hover{
	background-color: #ffeac5;
}
th:nth-child(1):hover{
	color: lightskyblue;
}
th:nth-child(2):hover{
	color: lightsteelblue;
}
th:nth-child(3):hover{
	color: lightseagreen;
}
th:nth-child(4):hover{
	color: lightpink;
}
p{
	font-size: 12px;
	text-align: right;
}
img{
	margin-left: 450px;
}
