body {

	background-repeat: repeat;
	text-align: justify;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
	background-image: url(paper.jpg);
	font-weight: lighter;
	font-size: larger;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 72px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: xx-large;
	text-align: justify;
	padding: 100px;
}

h3 {
	font-size: x-large;
	text-align: justify;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: xx-large;
	text-align: center;
	padding: 10px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}

a:active {
	text-decoration: none;
	color: Black;
}

a:visited {
	text-decoration: none;
	color: Black;
}	

a:link {
	text-decoration: none;
	color: Black;
}

a:hover {
	text-decoration: underline;
	color: Black;
}
	
table {
	text-align: left;
	vertical-align: middle;
}