h1{
	font-weight : navy ;
	color : black ;
	text-align: center;
	font-weight : grad ;
}
p{
	text-align: center;
	font-weight : inherit ;
	
	
}
li{
	text-align: center;
	font-weight : green ;
}
table{
	border-collapse: collapse;
	width: 80%;
	height: 50%;
	margin-bottom: 20px;
	text-align: center;
}
th,tr,td{
	border: 1px solid black;
	width: 32%;
	padding: 10px;
}
h2{
	color: deepskyblue;
}
img{
	max-width: 100%;
}
