body {
	font-size: 14px;
	font-family: Garamond;
	text-align:center;
	background-color:white;
}

h1 {
	font-size: 11px;
	font-family: Arial;
}

th, td, tr {
   border: 1px solid gray;
}

table {
	margin-left:1em;
	margin-bottom:.4em;
	max-width:980px;
}

th, td {
	padding: .4em;
	text-align: left;
	color: black;
	background: white;
}

th {
	padding: .4em;
	text-align: left;	
	color: black;
	background: white;
}

a:link {
	text-decoration: none;
	color:black;
}

a:visited {
	text-decoration: none;
	color:black;
}

a:hover {
	text-decoration: underline;
	color:black;
}

a:active {
	text-decoration: underline;
	color:black;
}
