body {
	color: rgb(34, 34, 34); font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 80%; overflow-x: hidden;
}

#content {
	background:#ffffff;
	width:500px;
	min-height:600px;
	text-align:justify;
    margin-left: auto;
    margin-right: auto;
}

h1 {
	font-size:190%;
	font-weight:bold;
}

h2 {
	font-size:140%;
	font-weight:bold;
}

ul {
	list-style-type:square;
    margin-left: 4px;
}

ol {
    margin-left: 4px;
}

td {
	font-size:100%;
	text-align:justify;
}

.solid-table {
	border: 1px solid black;
	text-align:justify;
	font-size:100%;
}

.blank-table {
	border: 0;
	text-align:justify;
	font-size:100%;
}