.content {
	border: 3px none #000000;
	background-color: transparent;
	width: 95%;
	margin: 0% 1% 0% 2%;
	padding: 0px 0px;
	text-align: center;
	}
table {
	width: 90%;
	border: thin none #000000;
	background-color: transparent;
	margin: 0% 2%;
	}
caption {
	width: 90%;
	}
th {
	width: 90%;
	font-weight: bold;
	text-decoration: underline;
	}
tr {
	width: 90%;
	vertical-align: top;
	}
td {
	width: 20%;
	border: thin solid #000000;
	font-size: medium;
	padding: 15px;
	}
ol {
	text-align: left;
	font-size: larger;
	}
ul {
	text-align: center;
	font-size: larger;
	list-style-type: none;
	}
