body {
	width: 80%;
	margin: 0 auto;
	color: white;
	background-color: #50613d;
	font-family: Verdana, sans-serif;
	line-height: 1.25;
	font-weight: bold;
}

h2 {
	text-align: center;
}

h3 {
	padding: 10px;
	color: green;
	background-color: white;
	text-align: center;
	text-decoration: underline overline;
}

img {
	margin: 0 auto;
	display: block;
}

ul {
	list-style-type: square;
}

/* enter table styles below */

table {
	width: 40%;
	margin-left: 5%;
	border-collapse: collapse;
	float: right;
}


td {
	border-bottom: dotted 2px navy;
	padding: 10px;
	color: black;
	background-color: #deefce;
	font-weight: bold;
}


th {
	color: teal;
	background-color: white;
}


td.year {
	color: white;
	background-color: black;
}


caption {
	padding: 0.5em;
	color: white;
	background-color: teal;
	font-weight: bold;
	font-style: italic;
	font-size: 1.2em;
}
</style>