body {
	margin: 0px 0;
	padding: 0px;
	background: #000000;
	color: #FFFF99;
}

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

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



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;
}








