body{
	background-color: white; 
	color: black;
}

p {
	text-align: justify;
}

h1 {
	text-align:center; 
	font-size: 26px;
}
        
h2 {
	text-align:center;
	font-size: 21px;
}

h3 {
	text-align: center
}

table{	
	border-collapse: collapse;
	border: black double;
	text-align: center;
	margin: auto; 
}

table.top50px {
	margin-top: 50px;
}

td {
	padding: 2px;
	font-size: 17px;
}

img {
	display: block; 
	text-align: center; 
	margin: auto;
	vertical-align: middle;
}

.center {
	text-align: center
}

.heading {
	font-size:large
}

