body{
	background-color: rgba(150,0.3);
}

h1{
	
	color: black;
	background-color: lightblue;
	text-align: center;
	font-size: 80px;
	font-style: "verdana";
	outline-style: solid;
	outline-color: black;
}
h2{
	
	
	background-color: lightblue;
	color: black;
	text-align: center;
	font-size: 55px;
	font-family: "verdana";
	outline: solid;
	margin-bottom: 0px;
}

h3{
	color: black; text-align: center;margin-right: 50px;
	font-size: 50px; padding-right: 20px; text-decoration-line: underline;
	text-decoration-style: wavy; margin-bottom: 0px;
}

h4{
	color: black; text-align: center; font-size: 40px;
}

h5{
	color: black; text-align:left; font-size: 30px; margin-bottom: 0px;
}

p {
	color: black; text-align: left;font-size: 20px; margin-bottom: 0px;text-indent: 30px;
	text-align: justify; text-justify: inter-word;
}
h6{color: black; text-align: left; font-size: 30px;padding-top: 0px;margin-top: 10px;margin-bottom: 10px;
	margin-bottom: 0px;
}

h7 {
	color: black; text-align: left; font-size: 40px;margin-left: 400px;margin-bottom:0px;
}

table, th, td{
	border: 1px solid black;
	border-collapse: collapse;
}
 th, td, tr{
 	text-align: center;
 }

h8{
	color:black; text-align: left; font-size: 40px; 

  
