body {
	background-image: url(image1.jpg);
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	background-repeat: repeat;
	margin: 10px 10px 10px 10px;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	margin: 10px 10px 10px 10px;	
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	margin: 10px 10px 10px 10px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-indent: 10px;
	margin: 10px 10px 10px 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h6 {
	font-family: cursive;
	font-size: xx-large;
	color: Fuchsia;
	font-style: italic;
	text-align: right;
}

table {
		margin: 10px 10px 10px 10px;
		text-indent: 10px;
		text-align: justify;
}
