body {
	margin: 0px 0;
	padding: 0px;
	/*background: #000000;*/
	/*background-image: url(paper5.jpg);*/
	background: black url(paper5.jpg) 0 0 repeat fixed;
	color: #FFFF99;
}

table, tr, td {
	color: black;
	font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-size: 1.0em;
	text-align: justify;
	background-image: url(paper6.jpg);
}

a:link {
	color: #6B1000; 
	text-decoration: none;
	font-weight: bold;
}


h2 { font-family: "Times New Roman", Georgia, serif;
	font-weight: bold;
	color: #6B1000;
	/*color: #FFFF99;*/
	font-style: italic;
	font-size: 1.8em;
	margin-top: 0px;
	text-align:center;
}

h4 { font-family: "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: bold;
	/*color: #000000;*/
	color: #FFFF99;
	font-size: 1.05em;
	text-align:center;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover {
	text-decoration: none;
	color: red;
}









