Body {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	background-color: #ACA58C;
}

h1 {color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-style:normal; text-decoration:overline underline;
	text-align:center;

}
table {
	 border-color:#3A631D;
	border-style:solid;
	border-width:1px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
a:link {
color:#003399;
	text-decoration:none;
	}
a:visited {
	color:#996699
	text-decoration:none;
	}
a:link:hover, a:visited:hover {
	color:#003399;
	background-color:#ccc
	}
a:link:active, a:visited:active {
	color:#ccc;
	background-color:#ccc;
	}
	
